Run both *.ll and *.c tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3232 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-08-03 13:17:03 +00:00
parent 6ae7d3c9ec
commit a1396a163d

View File

@ -8,3 +8,12 @@
LEVEL = ../../../..
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
LLTESTS := $(wildcard *.ll)
CTESTS := $(wildcard *.c)
TESTS := $(LLTESTS) $(CTESTS)
all:: $(addprefix Output/, $(LLTESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LOPT)
-$(TESTRUNR) $<