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