[project @ 2001-08-08 14:28:08 by simonmar]
[ghc-hetmet.git] / ghc / tests / Makefile
index 1220e7e..30abd04 100644 (file)
@@ -1,21 +1,24 @@
 TOP = .
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = 
+SUBDIRS = \
+       array \
        ccall \
        codeGen \
+       concurrent \
        deSugar \
        deriving \
        io \
-       printing \
+       lib \
+       numeric \
        reader \
        rename \
        simplCore \
        stranal \
-       typecheck 
+       typecheck \
+       programs
 
-#programs
+#      printing \
 
 include $(TOP)/mk/target.mk
 
-