[llvm-commits] CVS: llvm/test/Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Sun Nov 7 00:25:10 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.59 -> 1.60
---
Log message:
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.59 llvm/test/Makefile:1.60
--- llvm/test/Makefile:1.59 Sat Nov 6 23:05:37 2004
+++ llvm/test/Makefile Sun Nov 7 02:24:59 2004
@@ -123,7 +123,7 @@
RUNTEST = runtest
check-dejagnu: site.exp
- $(RUNTEST)
+ $(RUNTEST) --tool $(TEST)
dejagnu-clean:
$(RM) -rf `find $(LLVM_OBJ_ROOT)/test/Regression -name Output -type d -print`
More information about the llvm-commits
mailing list