summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
blob: ada52a5746bf4790eb01ac35e965cc0b85ff4be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

all: runtests test

boot:
	@echo "Make boot is not needed here"

runtests:
	(cd driver && make runtests)
clean:
	(cd driver && make clean)

test: runtests
	driver/runtests --tool=../ghc/compiler/ghc-inplace \
		 --config=config/msrc/cam-02-unx.T tests