- #! /bin/sh
- . test-lib.sh
- am_test_prefer_config_shell=yes
- for dir in . "$am_top_srcdir"; do
- if test -f "$dir/t/compile7.sh"; then
- echo "$0: will source $dir/t/compile7.sh"
- . "$dir/t/compile7.sh"; exit $?
- fi
- done
- echo "$0: cannot find wrapped test 't/compile7.sh'" >&2
- exit 99
|