diff options
Diffstat (limited to 'Master/support/tests/dvi-tex0-story/Makefile')
-rw-r--r-- | Master/support/tests/dvi-tex0-story/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/support/tests/dvi-tex0-story/Makefile b/Master/support/tests/dvi-tex0-story/Makefile new file mode 100644 index 00000000000..2b955ff91f6 --- /dev/null +++ b/Master/support/tests/dvi-tex0-story/Makefile @@ -0,0 +1,14 @@ +# $Id: //depot/Master/support/tests/dvi-tex0-story/Makefile#1 $ $Date: 2004/07/14 $ $Author: karl $ +# Originally written 2004 by Karl Berry. Public domain. + +include ../common.mak + +test = story + +check test: knowngood.dvitype + $(run) tex '\nonstopmode\input $(test) \bye' # found in distribution + $(dvicheck) knowngood.dvitype $(test).dvi \ + || diff -u1 knowngood.dvitype $(test).dvitype + +clean distclean: + $(rm) $(test).aux $(test).log $(test).dvi $(test).dvitype |