Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/test/configs/cmake-bridge.cfg.in
Show All 21 Lines | |||||
config.test_source_root = os.path.join('@LIBCXX_SOURCE_DIR@', 'test') | config.test_source_root = os.path.join('@LIBCXX_SOURCE_DIR@', 'test') | ||||
config.test_format = libcxx.test.format.CxxStandardLibraryTest() | config.test_format = libcxx.test.format.CxxStandardLibraryTest() | ||||
config.recursiveExpansionLimit = 10 | config.recursiveExpansionLimit = 10 | ||||
config.test_exec_root = os.path.join('@CMAKE_BINARY_DIR@', 'test') | config.test_exec_root = os.path.join('@CMAKE_BINARY_DIR@', 'test') | ||||
# Add substitutions for bootstrapping the test suite configuration | # Add substitutions for bootstrapping the test suite configuration | ||||
config.substitutions.append(('%{cxx}', shlex.quote('@CMAKE_CXX_COMPILER@'))) | config.substitutions.append(('%{cxx}', shlex.quote('@CMAKE_CXX_COMPILER@'))) | ||||
config.substitutions.append(('%{libcxx}', '@LIBCXX_SOURCE_DIR@')) | config.substitutions.append(('%{libcxx}', '@LIBCXX_SOURCE_DIR@')) | ||||
config.substitutions.append(('%{install}', '@CMAKE_BINARY_DIR@')) | config.substitutions.append(('%{include}', '@LIBCXX_GENERATED_INCLUDE_DIR@')) | ||||
config.substitutions.append(('%{include}', '%{install}/@LIBCXX_INSTALL_INCLUDE_DIR@')) | config.substitutions.append(('%{target-include}', '@LIBCXX_GENERATED_INCLUDE_TARGET_DIR@')) | ||||
config.substitutions.append(('%{target-include}', '%{install}/@LIBCXX_INSTALL_INCLUDE_TARGET_DIR@')) | config.substitutions.append(('%{lib}', '@LIBCXX_LIBRARY_DIR@')) | ||||
config.substitutions.append(('%{lib}', '%{install}/@LIBCXX_INSTALL_LIBRARY_DIR@')) | |||||
config.substitutions.append(('%{executor}', '@LIBCXX_EXECUTOR@')) | config.substitutions.append(('%{executor}', '@LIBCXX_EXECUTOR@')) |