maken3-w.sh 428 B

123456789101112131415
  1. #! /bin/sh
  2. # This file has been automatically generated. DO NOT EDIT BY HAND!
  3. . test-lib.sh
  4. am_serial_tests=yes
  5. # In the spirit of VPATH, we prefer a test in the build tree
  6. # over one in the source tree.
  7. for dir in . "$am_top_srcdir"; do
  8. if test -f "$dir/t/maken3.sh"; then
  9. echo "$0: will source $dir/t/maken3.sh"
  10. . "$dir/t/maken3.sh"; exit $?
  11. fi
  12. done
  13. echo "$0: cannot find wrapped test 't/maken3.sh'" >&2
  14. exit 99