* Only run LLVM tests so that testing is not stopped.
authorChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 16:51:24 +0000 (16:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 16:51:24 +0000 (16:51 +0000)
* This directory should only contain LLVM tests anyway

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5411 91177308-0d34-0410-b5e6-96231b3b80d8

test/LLC/Makefile

index b48c24ad60fcf1d881b409f428e94238db119e3f..4fb94efba31c5bcf8ccd1005a3f5a33d50aa3505 100644 (file)
@@ -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.
 #