UseLATEX/tests/DefaultTargets
2013-03-12 09:54:04 -06:00
..
CMakeLists.txt Add test for default targets. 2013-03-12 09:54:04 -06:00
DefaultDvi.tex Add test for default targets. 2013-03-12 09:54:04 -06:00
DefaultPdf.tex Add test for default targets. 2013-03-12 09:54:04 -06:00
DefaultPs.tex Add test for default targets. 2013-03-12 09:54:04 -06:00
DefaultSafePdf.tex Add test for default targets. 2013-03-12 09:54:04 -06:00
NoDefault.tex Add test for default targets. 2013-03-12 09:54:04 -06:00
README Add test for default targets. 2013-03-12 09:54:04 -06:00

This test checks to make sure that the appropriate targets are being made
by default.  It specifically checks the DEFAULT_* and NO_DEFAULT options as
well as appropriate behavior when none of these are used.

The following documents exist and the default targets (made with no
arguments to make) should create the following files (in addition to the
standard auxileary files).

NoDefault.tex:		-nothing-
DefaultDvi.tex:		DefaultDvi.dvi
DefaultPdf.tex:		DefaultPdf.pdf
DefaultSafePdf.tex:	DefaultSafePDF.pdf, DefaultSafePdf.ps, DefaultSafePdf.dvi
DefaultPs.tex:		DefaultPs.ps, DefaultPs.dvi

Looking at the transpose, here are the files expected per extention.

*.dvi:	DefaultDvi.dvi, DefaultSafePDF.dvi, DefaultPs.dvi
*.pdf:	DefaultPdf.pdf, DefaultSafePDF.pdf
*.ps:	DefaultPs.ps, DefaultSafePDF.ps