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

Reid Spencer reid at x10sys.com
Mon Nov 8 22:33:09 PST 2004



Changes in directory llvm/test:

Makefile updated: 1.66 -> 1.67
---
Log message:

Document quick-test target.


---
Diffs of the changes:  (+6 -0)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.66 llvm/test/Makefile:1.67
--- llvm/test/Makefile:1.66	Tue Nov  9 00:28:32 2004
+++ llvm/test/Makefile	Tue Nov  9 00:32:58 2004
@@ -149,6 +149,12 @@
 	@test ! -f site.exp || mv site.exp site.bak
 	@mv site.tmp site.exp
 
+#===------------------------------------------------------------------------===#
+# quick-test utility. Just runs TestRunner.sh on all the *.ll files in a
+# directory. Use like this: 
+#   cd llvm/test ; make quick-test QUICKTEST=Regression/Bytecode
+# where QUICKTEST specifies the directory you want to run the tests on.
+#===------------------------------------------------------------------------===#
 quick-test:
 	@if test -d "${QUICKTEST}" ; then \
 	  cd $(LLVM_SRC_ROOT)/test/$(QUICKTEST) ; \






More information about the llvm-commits mailing list