Run both *.ll and *.c tests.

llvm-svn: 3232
This commit is contained in:
Vikram S. Adve 2002-08-03 13:17:03 +00:00
parent 26a0029255
commit eaf18e16fe
1 changed files with 9 additions and 0 deletions

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) $<