From: Chris Lattner Date: Thu, 23 Jan 2003 16:51:24 +0000 (+0000) Subject: * Only run LLVM tests so that testing is not stopped. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14e1e69121e15d10a0cfe1e9ff733aa3bb4fd101;p=oota-llvm.git * Only run LLVM tests so that testing is not stopped. * 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 --- diff --git a/test/LLC/Makefile b/test/LLC/Makefile index b48c24ad60f..4fb94efba31 100644 --- a/test/LLC/Makefile +++ b/test/LLC/Makefile @@ -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. #