xref: /llvm-project/compiler-rt/test/scudo/lit.site.cfg.py.in (revision f7c5c0d87b8ae5e55006fd3a31994cd68d64f102)
1*f7c5c0d8SMitch Phillips@LIT_SITE_CFG_IN_HEADER@
2*f7c5c0d8SMitch Phillips
3*f7c5c0d8SMitch Phillipsconfig.name_suffix = "@SCUDO_TEST_CONFIG_SUFFIX@"
4*f7c5c0d8SMitch Phillipsconfig.target_arch = "@SCUDO_TEST_TARGET_ARCH@"
5*f7c5c0d8SMitch Phillipsconfig.target_cflags = "@SCUDO_TEST_TARGET_CFLAGS@"
6*f7c5c0d8SMitch Phillips
7*f7c5c0d8SMitch Phillips# Load common config for all compiler-rt lit tests.
8*f7c5c0d8SMitch Phillipslit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
9*f7c5c0d8SMitch Phillips
10*f7c5c0d8SMitch Phillips# Load tool-specific config that would do the real work.
11*f7c5c0d8SMitch Phillipslit_config.load_config(config, "@SCUDO_LIT_SOURCE_DIR@/lit.cfg.py")
12