summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
blob: 9359a3c3cf822f8c5ccab83f75a114445618dda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOP = .
include $(TOP)/mk/boilerplate.mk

SUBDIRS = timeout

CLEAN_FILES += mk/wordsize.mk

all ::
	cd tests/ghc-regress && $(MAKE) $(MFLAGS)

include $(TOP)/mk/target.mk