blob: 609b6cf96357f5699fd92a4d79880cd31726dbf0 [file] [log] [blame]
import sys
config.test_source_root = "@CMAKE_BINARY_DIR@"
config.test_exec_root = "@CMAKE_BINARY_DIR@"
config.remote_client = "@TEST_SUITE_REMOTE_CLIENT@"
config.remote_host = "@TEST_SUITE_REMOTE_HOST@"
config.remote_user = "@TEST_SUITE_REMOTE_USER@"
config.remote_port = "@TEST_SUITE_REMOTE_PORT@"
config.run_under = "@TEST_SUITE_RUN_UNDER@"
config.strip_tool = "@CMAKE_STRIP@"
config.profile_generate = @TEST_SUITE_PROFILE_GENERATE@
config.llvm_profdata = "@TEST_SUITE_LLVM_PROFDATA@"
config.llvm_size = "@TEST_SUITE_LLVM_SIZE@"
config.test_modules = "@LIT_MODULES@".split(';')
lit_config.load_config(config, "@CMAKE_SOURCE_DIR@/lit.cfg")