diff options
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile index 006ed5aaeb..07a071f72d 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -1,18 +1,6 @@ +TOP = . +include $(TOP)/mk/boilerplate.mk -all: runtests normalise_errmsg test +SUBDIRS = driver utils -boot: - @echo "Make boot is not needed here" - -runtests: - (cd driver && make runtests) -normalise_errmsg: - (cd utils/normalise_errmsg && make normalise_errmsg) - -clean: - (cd driver && make clean) - (cd utils/normalise_errmsg && make clean) - -test: runtests - driver/runtests --tool=../ghc/compiler/ghc-inplace \ - --config=config/msrc/cam-02-unx.T --rootdir=tests +include $(TOP)/mk/target.mk |