mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
6ae7d3c9ec
commit
a1396a163d
@ -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) $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user