summaryrefslogtreecommitdiff
path: root/lib/lsan/lit_tests/LsanConfig/lit.site.cfg.in
blob: 8e9076e9405a4b5c3c281e5c5d07e62a1f16b3f8 (plain)
1
2
3
4
5
6
7
8
# 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_src_root = "@LSAN_LIT_SOURCE_DIR@"

# Load tool-specific config that would do the real work.
lit_config.load_config(config, "@LSAN_LIT_SOURCE_DIR@/LsanConfig/lit.cfg")