From: Chris Lattner Date: Sat, 28 Jun 2003 21:16:27 +0000 (+0000) Subject: Add DSGraph to the tests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fd866c98dad706dec568673059ecaf413a9a378;p=oota-llvm.git Add DSGraph to the tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile index e8df7cb21c6..ad2c49e0edb 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