[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
out of source tests errors
From: |
Patrice Dumas |
Subject: |
out of source tests errors |
Date: |
Sun, 18 May 2014 14:22:07 +0200 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
Hello,
When doing an out of source check, I get the following error with
make check, in info/:
./infokey --output t/Info-config ../../../texinfo/info/t/Infokey-config
infokey: cannot create output file `t/Info-config' - No such file or directory
make[3]: *** [t/Info-config] Error 1
I think that the problem is because the t/ directory does not exists.
After I mkdir t, all the tests fail because:
../../../texinfo/info/t/file-index.sh: line 17: t/Init-test.inc: No such file
or directory
I guess that you have to use $srcdir for t/Init-test.inc.
It seems to work with replacing . t/Init-test.inc by:
srcdir=${srcdir:-.}
. $srcdir/t/Init-test.inc
--
Pat
- out of source tests errors,
Patrice Dumas <=