X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FMakefile;h=134e59e875df0da47b6c755dd6a25a2469e2da45;hb=29e5b129c2e95d8890048f5dd27711c351db8e7e;hp=f70286764c0ae1e6613108a535eb7266897f8928;hpb=1abc4c1b04328a0c36e1235f89bb1f0ee4b53ce9;p=ghc-hetmet.git diff --git a/ghc/tests/Makefile b/ghc/tests/Makefile index f702867..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 \ io \ - printing \ + lib \ + numeric \ reader \ rename \ simplCore \ stranal \ - typecheck + typecheck \ + programs -#programs +# printing \ include $(TOP)/mk/target.mk