From: Chris Lattner Date: Sat, 28 Jun 2003 21:16:38 +0000 (+0000) Subject: New makefile for Dsgraph tests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=34e0ada19af7810934ba3a5f831a7b77a73ff62c;p=oota-llvm.git New makefile for Dsgraph tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6940 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile new file mode 100644 index 00000000000..a24f5789835 --- /dev/null +++ b/test/Analysis/DSGraph/Makefile @@ -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) $<