[cfe-commits] r39204 - /cfe/cfe/trunk/Makefile
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:41:09 PDT 2007
Author: sabre
Date: Wed Jul 11 11:41:09 2007
New Revision: 39204
URL: http://llvm.org/viewvc/llvm-project?rev=39204&view=rev
Log:
Make it easier to run tests from the top level with a helper target
Modified:
cfe/cfe/trunk/Makefile
Modified: cfe/cfe/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/Makefile?rev=39204&r1=39203&r2=39204&view=diff
==============================================================================
--- cfe/cfe/trunk/Makefile (original)
+++ cfe/cfe/trunk/Makefile Wed Jul 11 11:41:09 2007
@@ -2,3 +2,6 @@
DIRS := Basic Lex Parse AST Driver
include $(LEVEL)/Makefile.common
+
+test::
+ cd test; $(MAKE)
More information about the cfe-commits
mailing list