diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
| commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
| tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/Unit | |
| parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) | |
Notes
Diffstat (limited to 'test/Unit')
| -rw-r--r-- | test/Unit/lit.cfg | 3 | ||||
| -rw-r--r-- | test/Unit/lit.site.cfg.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/test/Unit/lit.cfg b/test/Unit/lit.cfg index e481dcc6a7bcb..30a5d3fab826d 100644 --- a/test/Unit/lit.cfg +++ b/test/Unit/lit.cfg @@ -12,6 +12,9 @@ config.name = 'LLVM-Unit' # suffixes: A list of file extensions to treat as test files. config.suffixes = [] +# is_early; Request to run this suite early. +config.is_early = True + # test_source_root: The root path where tests are located. # test_exec_root: The root path where tests should be run. llvm_obj_root = getattr(config, 'llvm_obj_root', None) diff --git a/test/Unit/lit.site.cfg.in b/test/Unit/lit.site.cfg.in index dd8de4895133e..9d736f473cecd 100644 --- a/test/Unit/lit.site.cfg.in +++ b/test/Unit/lit.site.cfg.in @@ -1,7 +1,7 @@ +@LIT_SITE_CFG_IN_HEADER@ + import sys -## Autogenerated by LLVM/Clang configuration. -# Do not edit! config.llvm_src_root = "@LLVM_SOURCE_DIR@" config.llvm_obj_root = "@LLVM_BINARY_DIR@" config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" |
