aboutsummaryrefslogtreecommitdiff
path: root/lit.site.cfg.in
blob: ddbaeb751491d31066e7b066cedf23c76ea30f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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")