[project @ 1999-06-30 11:29:53 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         lib \
12         numeric \
13         reader \
14         rename \
15         simplCore \
16         stranal \
17         typecheck \
18         programs
19
20 #       printing \
21 #       io \
22
23 include $(TOP)/mk/target.mk
24
25