blob: ddbaeb751491d31066e7b066cedf23c76ea30f01 [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.run_under = "@TEST_SUITE_RUN_UNDER@"
config.user_mode_emulation = @TEST_SUITE_USER_MODE_EMULATION@
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")