mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Include Makefile.singlesrc in order to compile .c tests.
Some of these are not regression tests and this directory needs to be reorganized, but the tests are important. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
# This directory contains regression tests for the LLVM sparc backend.
|
# This directory contains regression tests for the LLVM sparc backend.
|
||||||
#
|
#
|
||||||
LEVEL = ../../..
|
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))
|
all:: $(addprefix Output/, $(TESTS:%.ll=%.ts))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user