Add DSGraph to the tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-28 21:16:27 +00:00
parent e9a64ea38e
commit 6fd866c98d

View File

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