[llvm-commits] CVS: llvm/test/Makefile.tests

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 16 14:27:01 PST 2003


Changes in directory llvm/test:

Makefile.tests updated: 1.51 -> 1.52

---
Log message:

Add support for make TEST=foo


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.51 llvm/test/Makefile.tests:1.52
--- llvm/test/Makefile.tests:1.51	Mon Dec 23 17:47:20 2002
+++ llvm/test/Makefile.tests	Thu Jan 16 14:26:29 2003
@@ -5,6 +5,14 @@
 
 ## NOTE: This is preliminary and will change in the future
 
+# If the user specified a TEST= option on the command line, we do not want to do
+# the default testing type.  Instead, we change the default target to be the
+# test:: target.
+#
+ifdef TEST
+test::
+endif
+
 include ${LEVEL}/Makefile.common
 
 # Specify ENABLE_STATS on the command line to enable -stats output from gccas





More information about the llvm-commits mailing list