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 | d622cb8e9dc7886989bc742036e8459bb954c776 (patch) | |
| tree | 8c78529a6c0dde29379aa8269bf4e75a8fe2c3f5 /llvm | |
| parent | 9e4616698056224d75d79a2662a75a17dd1035ed (diff) | |
| download | bcm5719-llvm-d622cb8e9dc7886989bc742036e8459bb954c776.tar.gz bcm5719-llvm-d622cb8e9dc7886989bc742036e8459bb954c776.zip | |
* Only run LLVM tests so that testing is not stopped.
* This directory should only contain LLVM tests anyway
llvm-svn: 5411
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/LLC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/LLC/Makefile b/llvm/test/Regression/LLC/Makefile index b48c24ad60f..4fb94efba31 100644 --- a/llvm/test/Regression/LLC/Makefile +++ b/llvm/test/Regression/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. # |

