[llvm-commits] CVS: llvm/Makefile
Reid Spencer
reid at x10sys.com
Sat Nov 6 21:00:04 PST 2004
Changes in directory llvm:
Makefile updated: 1.34 -> 1.35
---
Log message:
Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash.
The dejagnu-clean needs to be fixed to use find.
---
Diffs of the changes: (+3 -0)
Index: llvm/Makefile
diff -u llvm/Makefile:1.34 llvm/Makefile:1.35
--- llvm/Makefile:1.34 Sat Oct 30 04:19:36 2004
+++ llvm/Makefile Sat Nov 6 22:59:52 2004
@@ -35,3 +35,6 @@
cd test; $(MAKE)
tools-only: all
+
+check-dejagnu:
+ cd test; $(MAKE) check-dejagnu
\ No newline at end of file
More information about the llvm-commits
mailing list