blob: a9656f24d6037c78caf1f54ab35458b31e162fb8 [file] [log] [blame]
Alex Denisova3f5c4c2016-04-16 07:03:451@LIT_SITE_CFG_IN_HEADER@
Daniel Sanders958d69e2016-02-09 16:18:152
Daniel Sanders958d69e2016-02-09 16:18:153# Tool-specific config options.
4config.name_suffix = "@MSAN_TEST_CONFIG_SUFFIX@"
5config.target_cflags = "@MSAN_TEST_TARGET_CFLAGS@"
Alexey Samsonove26c87d2016-02-23 01:34:176config.target_arch = "@MSAN_TEST_TARGET_ARCH@"
7
8# Load common config for all compiler-rt lit tests.
9lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
10
Alexey Samsonove3bf5212013-06-06 13:28:3711# Load tool-specific config that would do the real work.
Alexey Samsonov8434e602014-02-14 13:02:5812lit_config.load_config(config, "@MSAN_LIT_SOURCE_DIR@/lit.cfg")