[project @ 1998-09-02 09:16:26 by simonm]
[ghc-hetmet.git] / ghc / tests / Makefile
index db0ffd0..c23b020 100644 (file)
@@ -1,7 +1,23 @@
-TOP = ..
+TOP = .
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = rename typecheck programs
+SUBDIRS = \
+       array \
+       ccall \
+       codeGen \
+       deSugar \
+       deriving \
+       lib \
+       numeric \
+       reader \
+       rename \
+       simplCore \
+       stranal \
+       typecheck 
+
+#      printing \
+#      io \
+#      programs
 
 include $(TOP)/mk/target.mk