aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 23:17:26 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 23:17:26 +0000
commite9062ad036114743b437dd4c7a1d73f5910d9d4a (patch)
tree285b61898dd3b104099ebe46a1c428bb4f0bfc71
parentbcafe19bc438813e03486255551011c633bd3958 (diff)
Move files to test/Regression/Analysis/DSGraph
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6963 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/DSGraphAA/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Transforms/DSGraphAA/Makefile b/test/Transforms/DSGraphAA/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- 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) $<