2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

3420. [bug] Address VPATH compilation issues. [RT #31879]

This commit is contained in:
Mar Andrews
2012-11-17 09:33:46 +00:00
parent 39bfdc2ff9
commit c3b9fad5e3
13 changed files with 494 additions and 427 deletions

View File

@@ -4,7 +4,7 @@ PATH="@ATFBIN@:${PATH}"
export PATH
status=0
if [ -n "@ATFBIN@" ]
if [ -n "@ATFBIN@" -a -f Atffile ]
then
echo "I: unit tests"
atf-run > atf.out