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