mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
C tests are run via Makefile.singlesrc so don't run them twice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b5710a8fc
commit
26d4a48ee6
@ -5,7 +5,9 @@
|
||||
LEVEL = ../../..
|
||||
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
|
||||
|
||||
TESTS := $(wildcard *.ll) $(wildcard *.c)
|
||||
# Only .ll tests here. C tests are run via Makefile.singlesrc above.
|
||||
#
|
||||
TESTS := $(wildcard *.ll)
|
||||
|
||||
all:: $(addprefix Output/, $(filter-out %.c, $(TESTS:%.ll=%.ts)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user