Making check in . Making check in testsuite srcdir="." ./run-tests ex1-test permute-test ./ex1-test: ./ex1: not found FAIL: ex1 ./permute-test: ./ex3: not found Test failed with args -v foo bar FAIL: permute =================== 2 of 2 tests failed =================== *** Error code 1 make: Fatal error: Command failed for target `check' Current working directory /famine/win32build/test/xenofarm/client/lsh/klael.bortas.org/buildtmp/dist/lsh-2x1/src/argp/testsuite *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ list='. testsuite'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `check-recursive'