minix/sys/external/bsd/compiler_rt/dist/lib/lsan/lit_tests/Unit/lit.site.cfg.in
Lionel Sambuc 4684ddb6aa LLVM Minix changes
- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
2014-07-28 17:05:59 +02:00

13 lines
460 B
INI

## Autogenerated by LLVM/Clang configuration.
# Do not edit!
# Load common config for all compiler-rt unit tests.
lit.load_config(config, "@COMPILER_RT_BINARY_DIR@/lib/lit.common.unit.configured")
# Setup config name.
config.name = 'LeakSanitizer-Unit'
# Setup test source and exec root. For unit tests, we define
# it as build directory with LSan unit tests.
config.test_exec_root = "@LSAN_BINARY_DIR@/tests"
config.test_source_root = config.test_exec_root