aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLC
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLC')
-rw-r--r--test/LLC/Makefile4
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))