diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-23 16:51:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-23 16:51:24 +0000 |
commit | 14e1e69121e15d10a0cfe1e9ff733aa3bb4fd101 (patch) | |
tree | 69f8c9815b142e15025af2e5f012632a35c393b1 | |
parent | 6d131b4582d0940c3ca3525ebfc281a4b5144b68 (diff) |
* 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
-rw-r--r-- | test/LLC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLC/Makefile b/test/LLC/Makefile index b48c24ad60..4fb94efba3 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. # |