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

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 23 10:52:01 PST 2003


Changes in directory llvm/test/Regression/LLC:

Makefile updated: 1.4 -> 1.5

---
Log message:

* Only run LLVM tests so that testing is not stopped.
* This directory should only contain LLVM tests anyway



---
Diffs of the changes:

Index: llvm/test/Regression/LLC/Makefile
diff -u llvm/test/Regression/LLC/Makefile:1.4 llvm/test/Regression/LLC/Makefile:1.5
--- llvm/test/Regression/LLC/Makefile:1.4	Mon Sep 23 09:23:15 2002
+++ llvm/test/Regression/LLC/Makefile	Thu Jan 23 10:51:24 2003
@@ -3,7 +3,7 @@
 # This directory contains regression tests for the LLVM sparc backend.  
 #
 LEVEL = ../../..
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+include $(LEVEL)/test/Makefile.tests
 
 # Only .ll tests here.  C tests are run via Makefile.singlesrc above.
 # 





More information about the llvm-commits mailing list