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

Tanya Brethour tbrethou at cs.uiuc.edu
Sun Nov 7 15:26:24 PST 2004



Changes in directory llvm/test:

Makefile updated: 1.61 -> 1.62
---
Log message:

Changed TEST to TESTSUITE


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.61 llvm/test/Makefile:1.62
--- llvm/test/Makefile:1.61	Sun Nov  7 15:39:41 2004
+++ llvm/test/Makefile	Sun Nov  7 17:26:13 2004
@@ -122,7 +122,7 @@
 RUNTEST = runtest
 
 ifdef TESTSUITE
-RUNTESTFLAGS := --tool $(TEST)
+RUNTESTFLAGS := --tool $(TESTSUITE)
 endif
 
 check-dejagnu: site.exp






More information about the llvm-commits mailing list