[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 7 15:29:50 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.62 -> 1.63
---
Log message:
Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This
tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set
automatically in the Makefile.config file.
---
Diffs of the changes: (+0 -2)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.62 llvm/test/Makefile:1.63
--- llvm/test/Makefile:1.62 Sun Nov 7 17:26:13 2004
+++ llvm/test/Makefile Sun Nov 7 17:29:39 2004
@@ -119,8 +119,6 @@
# DejaGNU testing support
#===------------------------------------------------------------------------===#
-RUNTEST = runtest
-
ifdef TESTSUITE
RUNTESTFLAGS := --tool $(TESTSUITE)
endif
More information about the llvm-commits
mailing list