[cfe-commits] r82405 - /cfe/trunk/test/Makefile
Daniel Dunbar
daniel at zuster.org
Sun Sep 20 15:00:17 PDT 2009
Author: ddunbar
Date: Sun Sep 20 17:00:17 2009
New Revision: 82405
URL: http://llvm.org/viewvc/llvm-project?rev=82405&view=rev
Log:
Switch to using the new LLVM lit test runner by default.
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=82405&r1=82404&r2=82405&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Sun Sep 20 17:00:17 2009
@@ -25,7 +25,7 @@
VGARG=
endif
-ifdef LIT2
+ifndef LIT1
all:: lit.site.cfg
@ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
@ $(LLVM_SRC_ROOT)/utils/lit/lit.py \
More information about the cfe-commits
mailing list