Add DSGraph to the tests
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 21:16:27 +0000 (21:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 21:16:27 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Makefile

index e8df7cb21c6096010b73fce96140028dea277534..ad2c49e0edb5e45dbe81d96c88afa21d1291ed73 100644 (file)
@@ -1,5 +1,7 @@
 #                   test/Regression/Analysis/Makefile
 
 LEVEL = ../../..
-DIRS  = Dominators LoopInfo
+DIRS  = Dominators \
+       DSGraph \
+        LoopInfo
 include $(LEVEL)/Makefile.common