Add copyright notices and new function String.chomp
[ocaml.git] / config / auto-aux / runtest
blobce65bd07f1c525492117461fe89875ab729047cf
1 #!/bin/sh
2 if test "$verbose" = yes; then
3 echo "runtest: $cc -o tst $* $cclibs" >&2
4 $cc -o tst $* $cclibs || exit 100
5 else
6 $cc -o tst $* $cclibs 2> /dev/null || exit 100
7 fi
8 exec ./tst