git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7772
-prereq: ./supported_libpthread && ./run_openmp_test ./omp_matinv
+prereq: ./run_openmp_test ./omp_matinv
prog: omp_matinv
args: 30 -t 15 -q
-prereq: ./supported_libpthread && ./run_openmp_test ./omp_matinv
+prereq: ./run_openmp_test ./omp_matinv
prog: omp_matinv
args: 3 -t 2 -q -r
stderr_filter: filter_error_summary
-prereq: ./supported_libpthread && ./run_openmp_test ./omp_prime
+prereq: ./run_openmp_test ./omp_prime
prog: omp_prime
args: 4 -q
stderr_filter: filter_error_summary
test -e "$1" || exit $?
+./supported_libpthread || exit $?
+
if [ "$(uname)" = Linux ]; then
# Let the dynamic linker/loader print the path of libgomp. See also man ld.so