summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-12 22:25:24 +0000
committerChris Lattner <sabre@nondot.org>2003-05-12 22:25:24 +0000
commitfd9c5de425a3343491172bc0943faa732c20f49d (patch)
tree57b615f8c8aaf92c3f518f6b2f3f81b43fa2f8e4 /test/Analysis
parent59039a926de3ccc77745427e1bc50547fb304263 (diff)
downloadllvm-fd9c5de425a3343491172bc0943faa732c20f49d.tar.gz
llvm-fd9c5de425a3343491172bc0943faa732c20f49d.tar.bz2
llvm-fd9c5de425a3343491172bc0943faa732c20f49d.tar.xz
New file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6156 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile
new file mode 100644
index 0000000000..596da6b9e7
--- /dev/null
+++ b/test/Analysis/Makefile
@@ -0,0 +1,5 @@
+# test/Regression/Analysis/Makefile
+
+LEVEL = ../../..
+DIRS = Dominators
+include $(LEVEL)/Makefile.common