[project @ 2000-04-05 16:25:51 by simonpj]
[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