[project @ 2000-07-07 09:37:39 by simonmar]
[ghc-hetmet.git] / ghc / tests / Makefile
index f702867..134e59e 100644 (file)
@@ -2,19 +2,23 @@ TOP = .
 include $(TOP)/mk/boilerplate.mk
 
 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