From: Chris Lattner Date: Sat, 28 Jun 2003 23:17:26 +0000 (+0000) Subject: Move files to test/Regression/Analysis/DSGraph X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9062ad036114743b437dd4c7a1d73f5910d9d4a;p=oota-llvm.git Move files to test/Regression/Analysis/DSGraph git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6963 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/DSGraphAA/Makefile b/test/Transforms/DSGraphAA/Makefile deleted file mode 100644 index 91acd4d481b..00000000000 --- a/test/Transforms/DSGraphAA/Makefile +++ /dev/null @@ -1,10 +0,0 @@ - -LEVEL = ../../../.. -include $(LEVEL)/test/Makefile.tests - -TESTS := $(wildcard *.ll) - -all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) - -Output/%.ll.out: %.ll Output/.dir $(LOPT) - -$(TESTRUNR) $<