From: Bart Van Assche Date: Mon, 24 Mar 2008 09:28:06 +0000 (+0000) Subject: Moved "supported_libpthread" test from .vgtest into run_openmp_test. X-Git-Tag: svn/VALGRIND_3_4_0~810 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51b89a74611573ffb0a30cfce2270197c991d03d;p=thirdparty%2Fvalgrind.git Moved "supported_libpthread" test from .vgtest into run_openmp_test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7772 --- diff --git a/exp-drd/tests/omp_matinv.vgtest b/exp-drd/tests/omp_matinv.vgtest index 56a57621c3..5c3b8047c2 100644 --- a/exp-drd/tests/omp_matinv.vgtest +++ b/exp-drd/tests/omp_matinv.vgtest @@ -1,3 +1,3 @@ -prereq: ./supported_libpthread && ./run_openmp_test ./omp_matinv +prereq: ./run_openmp_test ./omp_matinv prog: omp_matinv args: 30 -t 15 -q diff --git a/exp-drd/tests/omp_matinv_racy.vgtest b/exp-drd/tests/omp_matinv_racy.vgtest index a66ccd51a8..5f98aa75d5 100644 --- a/exp-drd/tests/omp_matinv_racy.vgtest +++ b/exp-drd/tests/omp_matinv_racy.vgtest @@ -1,4 +1,4 @@ -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 diff --git a/exp-drd/tests/omp_prime_racy.vgtest b/exp-drd/tests/omp_prime_racy.vgtest index 30d44f95ed..5572c7ad5c 100644 --- a/exp-drd/tests/omp_prime_racy.vgtest +++ b/exp-drd/tests/omp_prime_racy.vgtest @@ -1,4 +1,4 @@ -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 diff --git a/exp-drd/tests/run_openmp_test b/exp-drd/tests/run_openmp_test index 871a31205c..6a8b4c1395 100755 --- a/exp-drd/tests/run_openmp_test +++ b/exp-drd/tests/run_openmp_test @@ -6,6 +6,8 @@ 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