From: Daniel Dunbar Date: Sun, 20 Sep 2009 22:00:17 +0000 (+0000) Subject: Switch to using the new LLVM lit test runner by default. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9c2e782817be2fa3a9ece0e8609445853fe5879;p=clang 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 --- 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 \