b626f2b010839223841eac76aef3ced474a1e8b7
[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         numeric \
11         printing \
12         reader \
13         rename \
14         simplCore \
15         stranal \
16         typecheck 
17
18 #       io \
19 #       programs
20
21 include $(TOP)/mk/target.mk
22
23