summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/tests/08-pdfprimitive/Makefile
blob: cb503841358bfc7110007136b4b2fcce2d4be5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: Makefile 784 2017-11-28 23:55:44Z karl $
# Public domain.

include ../Common.mak

default: test-ok test-non test-post

test-ok:
	$(prog) test-pdfprimitive-ok.tex
	grep ' hello ' test-pdfprimitive-ok.log >/dev/null

test-non:
	$(prog) test-pdfprimitive-non.tex
	grep 'No pages of output' test-pdfprimitive-non.log >/dev/null

test-post:
	! $(prog) test-pdfprimitive-post.tex
	grep '|||' test-pdfprimitive-post.log >/dev/null

clean:
	$(clean)