Index of /ports/misc/latex-mk/work/latex-mk-1.9.1/testsuite
Name Last modified Size Description
Parent Directory 06-Jan-2008 20:52 -
Makefile 06-Jan-2008 20:51 17k
Makefile.am 30-Jan-2007 18:40 3k
Makefile.in 27-Aug-2007 09:15 17k
bmake_ref/ 06-Jan-2008 20:51 -
gmake_ref/ 06-Jan-2008 20:51 -
golden.mk 15-Jun-2007 14:51 5k
latex_mk_ref/ 06-Jan-2008 20:51 -
run_tests.sh 15-Jun-2007 14:44 10k
script_tests.list 01-Feb-2007 17:25 4k
script_tests.sh 15-Jun-2007 14:44 8k
simple.mk 27-Jan-2006 11:43 2k
testfile.mk.in 15-Jun-2007 12:48 6k
tests.list 15-Jun-2007 14:44 18k
texfiles/ 06-Jan-2008 20:51 -
# $Id: README.txt,v 1.2 2006/06/09 16:56:49 dan Exp $
#
Currently, the 'run_tests.sh' script looks at the environment
variables 'BMAKE' and 'GMAKE' to figure out the name of the BSD make
and GNU make programs. They will default to 'make' and 'gmake'
respectively. If you do not have both of these installed on your
system, you can either use --without-bmake or --without-gmake flags to
the test script or simply ignore the error output.
The testsuite as currently implemented simply runs a 'make -n' with
various setups to see that the correct actions would be taken. This
hopefully provides pretty good coverage of the make rules.
The 'latex-mk' script is checked by the 'script_tests.sh' script.
The tests here rely on having a working LaTeX installation. latex-mk
includes the ability to log its actions to a file which can then be
compared to a reference. Hopefully the actions will not vary with
what version of LaTeX is installed.