summaryrefslogtreecommitdiff
path: root/tests/sort/Makefile
blob: 50c63992c61747df9a2c044a0068dff96aca4fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.PHONY: all
all: run-tests
	./run-tests

run-tests: main build-script test.data.pl
	./main test.data.pl > $@.n
	mv $@.n $@
	chmod 755 $@

.PHONY: distclean
distclean:
	rm -f t*.out

.PHONY: clean
clean: distclean

.PHONY: realclean
realclean: clean
	rm -f run-tests t*.in t*.exp t*.err