summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/tests/09-fontobjnum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/tests/09-fontobjnum/Makefile')
-rw-r--r--Master/texmf-dist/doc/pdftex/tests/09-fontobjnum/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/pdftex/tests/09-fontobjnum/Makefile b/Master/texmf-dist/doc/pdftex/tests/09-fontobjnum/Makefile
new file mode 100644
index 00000000000..706c721bcae
--- /dev/null
+++ b/Master/texmf-dist/doc/pdftex/tests/09-fontobjnum/Makefile
@@ -0,0 +1,13 @@
+# $Id: Makefile 793 2018-01-25 23:21:29Z karl $
+# Public domain.
+
+include ../Common.mak
+
+default: test-ok
+
+test-ok:
+ $(prog) test-fontobjnum.tex
+ grep 'fontobjnum=1' test-fontobjnum.log >/dev/null
+
+clean:
+ $(clean)