[project @ 1997-12-16 12:19:08 by simonm]
[ghc-hetmet.git] / ghc / tests / Makefile
index db0ffd0..a76d137 100644 (file)
@@ -1,7 +1,20 @@
-TOP = ..
+TOP = .
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = rename typecheck programs
+SUBDIRS = \
+       ccall \
+       codeGen \
+       deSugar \
+       deriving \
+       printing \
+       reader \
+       rename \
+       simplCore \
+       stranal \
+       typecheck 
+
+#      io \
+#      programs
 
 include $(TOP)/mk/target.mk