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