From 14e1e69121e15d10a0cfe1e9ff733aa3bb4fd101 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 Jan 2003 16:51:24 +0000 Subject: [PATCH] * 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 --- test/LLC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #