summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/07-mapwarn/Makefile
blob: 6e40de924262d1a403c3b7cbd63ccb496844a07b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: Makefile 777 2017-04-20 23:08:32Z karl $
# Public domain.

include ../Common.mak

default: test-mapwarn

test-mapwarn:
	$(prog) test-mapwarn.tex; test $$? = 1 # pdftex should exit 1

clean:
	$(clean)