diff --git a/test/LLC/Makefile b/test/LLC/Makefile index 41cd6de4c43..2a3421eb379 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))