node-alljoyn
Version:
Access Alljoyn service functions
29 lines (22 loc) • 841 B
Plain Text
#
# This is an example test_harness configuration for ajtest
#
[TestCases]
# Can select individual tests as well as groups.
# That is, TestCase selection can look like Foo.Bar=YES, not just Foo=YES.
# You can also used negative selection, like *=YES followed by Foo.Bar=NO.
*=Yes
[Environment]
# variable=value
ER_DEBUG_ALL=0
# GTest supports the following options, shown with their default value
# GTEST_OUTPUT= # None
# GTEST_ALSO_RUN_DISABLED_TESTS=0 # No
# GTEST_REPEAT=0 # No
# GTEST_SHUFFLE=0 # No
# GTEST_RANDOM_SEED=0 # default pseudo-random seed
# GTEST_BREAK_ON_FAILURE=0 # no break on failures
# GTEST_CATCH_EXCEPTIONS=1 # gtest catches exceptions itself
[GTestFile]
# ajtest or cmtest, or ...
ajtest