xref: /llvm-project/compiler-rt/test/nsan/Unit/lit.site.cfg.py.in (revision cae6d458a0a528a037f6a43f308a9d92048f8ef1)
1@LIT_SITE_CFG_IN_HEADER@
2
3# Load common config for all compiler-rt unit tests.
4lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
5
6# Setup config name.
7config.name = 'NumericalStabilitySanitizer-Unit'
8
9config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/nsan/tests"
10config.test_source_root = config.test_exec_root
11