summaryrefslogtreecommitdiff
path: root/Master/support/tests/pdf-context0-hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/support/tests/pdf-context0-hello/Makefile')
-rw-r--r--Master/support/tests/pdf-context0-hello/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/support/tests/pdf-context0-hello/Makefile b/Master/support/tests/pdf-context0-hello/Makefile
new file mode 100644
index 00000000000..0b8aaf93af8
--- /dev/null
+++ b/Master/support/tests/pdf-context0-hello/Makefile
@@ -0,0 +1,14 @@
+# $Id: //depot/Master/support/tests/pdf-context4-select/Makefile#2 $ $Date: 2004/08/01 $ $Author: karl $
+# Originally written 2004 by Karl Berry. Public domain.
+
+include ../common.mak
+
+test = hello
+
+check test: knowngood.ppz
+ $(run) $(context) $(test).tex
+ $(pdfcheck) knowngood.ppz $(test).pdf
+
+clean distclean:
+ $(rm) $(test).aux $(test).log $(pdfclean)
+ $(rm) $(ctxclean)