]> git.proxmox.com Git - rustc.git/blob - src/compiler-rt/test/sanitizer_common/lit.site.cfg.in
Merge tag 'upstream-tar/1.0.0_0alpha'
[rustc.git] / src / compiler-rt / test / sanitizer_common / lit.site.cfg.in
1 ## Autogenerated by LLVM/Clang configuration.
2 # Do not edit!
3
4 # Load common config for all compiler-rt unit tests.
5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
6
7 # Setup config name.
8 config.name = 'SanitizerCommon-Unit'
9
10 # Setup test source and exec root. For unit tests, we define
11 # it as build directory with sanitizer_common tests.
12 # FIXME: De-hardcode this path.
13 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
14 "sanitizer_common", "tests")
15 config.test_source_root = config.test_exec_root