llvm-6502/test/Analysis/Makefile
Chris Lattner 6fd866c98d Add DSGraph to the tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6939 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-28 21:16:27 +00:00

8 lines
154 B
Makefile

# test/Regression/Analysis/Makefile
LEVEL = ../../..
DIRS = Dominators \
DSGraph \
LoopInfo
include $(LEVEL)/Makefile.common