X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FMakefile;h=30abd0444f88f82fe58c6ea73b2d7b56258b238d;hb=7a69908aee3b965bbd081dec581ed2d41a3f284a;hp=a76d13792287d079f13da252ea190e5c5611e8c7;hpb=29f917b1bf425195f092df7872b064cf5b357cfb;p=ghc-hetmet.git diff --git a/ghc/tests/Makefile b/ghc/tests/Makefile index a76d137..30abd04 100644 --- a/ghc/tests/Makefile +++ b/ghc/tests/Makefile @@ -2,20 +2,23 @@ TOP = . include $(TOP)/mk/boilerplate.mk SUBDIRS = \ + array \ ccall \ codeGen \ + concurrent \ deSugar \ deriving \ - printing \ + io \ + lib \ + numeric \ reader \ rename \ simplCore \ stranal \ - typecheck + typecheck \ + programs -# io \ -# programs +# printing \ include $(TOP)/mk/target.mk -