summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/tests/08-pdfprimitive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/tests/08-pdfprimitive/Makefile')
-rw-r--r--Master/texmf-dist/doc/pdftex/tests/08-pdfprimitive/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/pdftex/tests/08-pdfprimitive/Makefile b/Master/texmf-dist/doc/pdftex/tests/08-pdfprimitive/Makefile
new file mode 100644
index 00000000000..cb503841358
--- /dev/null
+++ b/Master/texmf-dist/doc/pdftex/tests/08-pdfprimitive/Makefile
@@ -0,0 +1,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)