summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-20 22:00:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-20 22:00:17 +0000
commitd9c2e782817be2fa3a9ece0e8609445853fe5879 (patch)
tree309e71e81dea8f373102aec387c5b8ccd2455314 /test/Makefile
parent1b720a90f20801c67bdd9036e1e6f3d222816665 (diff)
Switch to using the new LLVM lit test runner by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 88cc955f38..9ed683435f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -25,7 +25,7 @@ else
VGARG=
endif
-ifdef LIT2
+ifndef LIT1
all:: lit.site.cfg
@ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
@ $(LLVM_SRC_ROOT)/utils/lit/lit.py \