1## Autogenerated by LLVM/Clang configuration.
2# Do not edit!
3
4# Load common config for all compiler-rt unit tests.
5lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
6
7# Setup config name.
8config.name = 'ThreadSanitizer-Unit'
9
10# Setup test source and exec root. For unit tests, we define
11# it as build directory with ASan unit tests.
12# FIXME: De-hardcode this path.
13config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/tsan/tests"
14config.test_source_root = config.test_exec_root
15