X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FMakefile;h=30abd0444f88f82fe58c6ea73b2d7b56258b238d;hb=979947f545d70c63edb7ca96f6e47008ac90e3bf;hp=290137ae408efc5a05a7320940b0890e07f5f6f5;hpb=d8ee5650d4fc4fc5507cd61a177a46aa451583fb;p=ghc-hetmet.git diff --git a/ghc/tests/Makefile b/ghc/tests/Makefile index 290137a..30abd04 100644 --- a/ghc/tests/Makefile +++ b/ghc/tests/Makefile @@ -1,8 +1,24 @@ -TOP = .. +TOP = . include $(TOP)/mk/boilerplate.mk -SUBDIRS = reader rename simplCore typecheck deSugar printing ccall deriving 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