2016-06-01 12:28:57 +00:00
|
|
|
# Copyright 2016 The V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
# Exclude support for registering main function in multi-process tests.
|
|
|
|
gtest_include_multiprocess = false
|
|
|
|
|
|
|
|
# Exclude support for platform-specific operations across unit tests.
|
2016-07-25 11:35:51 +00:00
|
|
|
gtest_include_platform_test = false
|
2016-06-01 12:28:57 +00:00
|
|
|
|
|
|
|
# Exclude support for testing Objective C code on OS X and iOS.
|
2016-07-25 11:35:51 +00:00
|
|
|
gtest_include_objc_support = false
|
2016-06-01 12:28:57 +00:00
|
|
|
|
|
|
|
# Exclude support for flushing coverage files on iOS.
|
2016-07-25 11:35:51 +00:00
|
|
|
gtest_include_ios_coverage = false
|