blob: 7d2877bdc528b51658995f422c1c3ef68a15b6cf [file] [log] [blame]
# Load common config for all compiler-rt lit tests.
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
# Tool-specific config options.
config.lsan_lit_test_mode = "@LSAN_LIT_TEST_MODE@"
# Load tool-specific config that would do the real work.
lit_config.load_config(config, "@LSAN_LIT_SOURCE_DIR@/lit.common.cfg")