xref: /aosp_15_r20/external/libyuv/build_overrides/gtest.gni (revision 4e366538070a3a6c5c163c31b791eab742e1657a)
1*4e366538SXin Li# Copyright (c) 2016 The LibYuv project authors. All Rights Reserved.
2*4e366538SXin Li#
3*4e366538SXin Li# Use of this source code is governed by a BSD-style license
4*4e366538SXin Li# that can be found in the LICENSE file in the root of the source
5*4e366538SXin Li# tree. An additional intellectual property rights grant can be found
6*4e366538SXin Li# in the file PATENTS.  All contributing project authors may
7*4e366538SXin Li# be found in the AUTHORS file in the root of the source tree.
8*4e366538SXin Li
9*4e366538SXin Li# Include support for registering main function in multi-process tests.
10*4e366538SXin Ligtest_include_multiprocess = true
11*4e366538SXin Li
12*4e366538SXin Li# Include support for platform-specific operations across unit tests.
13*4e366538SXin Ligtest_include_platform_test = true
14*4e366538SXin Li
15*4e366538SXin Li# Exclude support for testing Objective C code on OS X and iOS.
16*4e366538SXin Ligtest_include_objc_support = true
17*4e366538SXin Li
18*4e366538SXin Li# Exclude support for flushing coverage files on iOS.
19*4e366538SXin Ligtest_include_ios_coverage = true
20