[project @ 2003-07-22 16:18:06 by simonmar]
[ghc-hetmet.git] / ghc / tests / Makefile
index a76d137..30abd04 100644 (file)
@@ -2,20 +2,23 @@ TOP = .
 include $(TOP)/mk/boilerplate.mk
 
 SUBDIRS = \
+       array \
        ccall \
        codeGen \
+       concurrent \
        deSugar \
        deriving \
-       printing \
+       io \
+       lib \
+       numeric \
        reader \
        rename \
        simplCore \
        stranal \
-       typecheck 
+       typecheck \
+       programs
 
-#      io \
-#      programs
+#      printing \
 
 include $(TOP)/mk/target.mk
 
-