mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
a2a81aca9b
llvm-svn: 1937
11 lines
197 B
Makefile
11 lines
197 B
Makefile
|
|
LEVEL = ../../../..
|
|
include $(LEVEL)/test/Makefile.tests
|
|
|
|
TESTS := $(wildcard *.ll)
|
|
|
|
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
|
|
|
|
Output/%.ll.out: %.ll Output/.dir $(LOPT)
|
|
-$(TESTRUNR) $<
|