[project @ 2003-07-22 16:18:06 by simonmar]
[ghc-hetmet.git] / ghc / tests / Makefile
1 TOP = .
2 include $(TOP)/mk/boilerplate.mk
3
4 SUBDIRS = \
5         array \
6         ccall \
7         codeGen \
8         concurrent \
9         deSugar \
10         deriving \
11         io \
12         lib \
13         numeric \
14         reader \
15         rename \
16         simplCore \
17         stranal \
18         typecheck \
19         programs
20
21 #       printing \
22
23 include $(TOP)/mk/target.mk
24