From 6fd866c98dad706dec568673059ecaf413a9a378 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1