summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 21:16:27 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 21:16:27 +0000
commit6fd866c98dad706dec568673059ecaf413a9a378 (patch)
tree93cad8abd507f8475851416b60fc0d0ba5ed5011 /test/Analysis
parente9a64ea38e6701f76d2767d8e467083e8ba35920 (diff)
downloadllvm-6fd866c98dad706dec568673059ecaf413a9a378.tar.gz
llvm-6fd866c98dad706dec568673059ecaf413a9a378.tar.bz2
llvm-6fd866c98dad706dec568673059ecaf413a9a378.tar.xz
Add DSGraph to the tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile
index e8df7cb21c..ad2c49e0ed 100644
--- a/test/Analysis/Makefile
+++ b/test/Analysis/Makefile
@@ -1,5 +1,7 @@
# test/Regression/Analysis/Makefile
LEVEL = ../../..
-DIRS = Dominators LoopInfo
+DIRS = Dominators \
+ DSGraph \
+ LoopInfo
include $(LEVEL)/Makefile.common