summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-09 21:39:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-09 21:39:17 +0000
commit72868c74f3949615b07bc82bbb37d7a76d771e90 (patch)
tree898490ed4e2e3e416658f1656214e3b6c748a16b /llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg
parentbe316cffa7b662ca6baf1a3a84ed04ae9c9fea66 (diff)
downloadbcm5719-llvm-72868c74f3949615b07bc82bbb37d7a76d771e90.tar.gz
bcm5719-llvm-72868c74f3949615b07bc82bbb37d7a76d771e90.zip
[lit] Update lit's own tests to use lit_config and lit package, as appropriate.
llvm-svn: 188107
Diffstat (limited to 'llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg')
-rw-r--r--llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg b/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg
index 342b2fdd3c8..ae25b4f4acb 100644
--- a/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg
+++ b/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg
@@ -1,6 +1,8 @@
+import lit.formats
+
# Verify that the site configuration was loaded.
if config.test_source_root is None or config.test_exec_root is None:
- lit.fatal("No site specific configuration")
+ lit_config.fatal("No site specific configuration")
config.name = 'exec-discovery-in-tree-suite'
config.suffixes = ['.txt']
OpenPOWER on IntegriCloud