mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
New makefile for Dsgraph tests
llvm-svn: 6940
This commit is contained in:
parent
cd6865e0bc
commit
eb7ed57473
10
test/Regression/Analysis/DSGraph/Makefile
Normal file
10
test/Regression/Analysis/DSGraph/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
LEVEL = ../../../..
|
||||
include $(LEVEL)/test/Makefile.tests
|
||||
|
||||
TESTS := $(wildcard *.ll)
|
||||
|
||||
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
|
||||
|
||||
Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
|
||||
-$(TESTRUNR) $<
|
Loading…
x
Reference in New Issue
Block a user