From 34a4ddae0f475fade78e9537f994dc48864e4ead Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 21:16:27 +0000 Subject: [PATCH] Add DSGraph to the tests llvm-svn: 6939 --- llvm/test/Regression/Analysis/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/test/Regression/Analysis/Makefile b/llvm/test/Regression/Analysis/Makefile index e8df7cb21c60..ad2c49e0edb5 100644 --- a/llvm/test/Regression/Analysis/Makefile +++ b/llvm/test/Regression/Analysis/Makefile @@ -1,5 +1,7 @@ # test/Regression/Analysis/Makefile LEVEL = ../../.. -DIRS = Dominators LoopInfo +DIRS = Dominators \ + DSGraph \ + LoopInfo include $(LEVEL)/Makefile.common