X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FMakefile;h=12411c29d71b3562392eb0b14520c72fcadf347b;hb=456eca7317895df8193d83b986352b6238e3824d;hp=5b862bf23520fbc660b6739a5d2331884d45962a;hpb=bd51f948eab618fbb95c6e51df04695d6a3e8ad2;p=ghc-hetmet.git diff --git a/ghc/tests/Makefile b/ghc/tests/Makefile index 5b862bf..12411c2 100644 --- a/ghc/tests/Makefile +++ b/ghc/tests/Makefile @@ -1,7 +1,24 @@ -TOP = ../.. +TOP = . include $(TOP)/mk/boilerplate.mk -SUBDIRS = rename typecheck programs +SUBDIRS = \ + array \ + ccall \ + codeGen \ + concurrent \ + deSugar \ + deriving \ + lib \ + numeric \ + reader \ + rename \ + simplCore \ + stranal \ + typecheck \ + programs + +# printing \ +# io \ include $(TOP)/mk/target.mk