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

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

.PHONY: distclean
distclean:
	rm -f t[0-9]*.out

.PHONY: clean
clean: distclean

.PHONY: realclean
realclean: clean
	rm -f tr-tests t[0-9]*.in t[0-9]*.expected