diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-07-10 22:02:37 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-07-10 22:02:37 +0000 |
commit | 11aedfffceaaf7d5602e1713ba4f433d337e54f7 (patch) | |
tree | 9f282075155fb22f63bdd3c719371368e4b39745 /test/LLC | |
parent | a7a1c7e9719a4358521035be9965603eb1f429a6 (diff) | |
download | external_llvm-11aedfffceaaf7d5602e1713ba4f433d337e54f7.zip external_llvm-11aedfffceaaf7d5602e1713ba4f433d337e54f7.tar.gz external_llvm-11aedfffceaaf7d5602e1713ba4f433d337e54f7.tar.bz2 |
Include Makefile.singlesrc in order to compile .c tests.
Some of these are not regression tests and this directory needs
to be reorganized, but the tests are important.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLC')
-rw-r--r-- | test/LLC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/LLC/Makefile b/test/LLC/Makefile index 41cd6de..2a3421e 100644 --- a/test/LLC/Makefile +++ b/test/LLC/Makefile @@ -3,9 +3,9 @@ # This directory contains regression tests for the LLVM sparc backend. # LEVEL = ../../.. -include $(LEVEL)/test/Makefile.tests +include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc -TESTS := $(wildcard *.ll) +TESTS := $(wildcard *.ll) $(wildcard *.c) all:: $(addprefix Output/, $(TESTS:%.ll=%.ts)) |