Add DSGraph to the tests

llvm-svn: 6939
This commit is contained in:
Chris Lattner 2003-06-28 21:16:27 +00:00
parent d401f39872
commit 34a4ddae0f
1 changed files with 3 additions and 1 deletions

View File

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