X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FMakefile;h=134e59e875df0da47b6c755dd6a25a2469e2da45;hb=7007351bb709611fbb259aae2eb286d107355486;hp=a76d13792287d079f13da252ea190e5c5611e8c7;hpb=29f917b1bf425195f092df7872b064cf5b357cfb;p=ghc-hetmet.git diff --git a/ghc/tests/Makefile b/ghc/tests/Makefile index a76d137..134e59e 100644 --- a/ghc/tests/Makefile +++ b/ghc/tests/Makefile @@ -2,19 +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