testsuite: find files when building in remote directory
* doc/Makefile.am, src/ltltest/defs.in, src/ltltest/latex.test: Here.
This commit is contained in:
parent
eb778c569a
commit
cb0b3d3c67
3 changed files with 4 additions and 3 deletions
|
|
@ -51,6 +51,7 @@ cd $testSubDir
|
|||
|
||||
DOT='@DOT@'
|
||||
VALGRIND='@VALGRIND@'
|
||||
top_srcdir='../@top_srcdir@'
|
||||
|
||||
run()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ cat <<\EOF
|
|||
EOF
|
||||
) > output.tex
|
||||
|
||||
TEXINPUTS=$srcdir/../../../doc/tl: \
|
||||
TEXINPUTS=$top_srcdir/doc/tl: \
|
||||
latexmk -f -silent -pdf -ps- -dvi- -pvc- output.tex
|
||||
|
||||
# latexmk will have a non-zero exit status on failure, so we will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue