mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
7d600cb270
llvm-svn: 3411
10 lines
194 B
Makefile
10 lines
194 B
Makefile
LEVEL = ../../..
|
|
include $(LEVEL)/test/Makefile.tests
|
|
|
|
TESTS := $(wildcard *.ll)
|
|
|
|
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
|
|
|
|
Output/%.ll.out: %.ll Output/.dir $(LLINK)
|
|
-$(TESTRUNR) $<
|