]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Moved "supported_libpthread" test from .vgtest into run_openmp_test.
authorBart Van Assche <bvanassche@acm.org>
Mon, 24 Mar 2008 09:28:06 +0000 (09:28 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 24 Mar 2008 09:28:06 +0000 (09:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7772

exp-drd/tests/omp_matinv.vgtest
exp-drd/tests/omp_matinv_racy.vgtest
exp-drd/tests/omp_prime_racy.vgtest
exp-drd/tests/run_openmp_test

index 56a57621c3cf2fb23d9a2a6abda043ef8edb75a3..5c3b8047c2136bbfb049897eacb637bc23e72a8a 100644 (file)
@@ -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
index a66ccd51a84e17be54942297223562678a7eb1c0..5f98aa75d50ade6048031e347594e27a90136d7b 100644 (file)
@@ -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
index 30d44f95eda53d14b832a7340a50fbaa6688d6e5..5572c7ad5ceb9f82075b10a3ce59deb92626576e 100644 (file)
@@ -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
index 871a31205ccdaee69fcca31c35f87bb62a31aaf8..6a8b4c13951ff2873f1d835d9b081d0b961de117 100755 (executable)
@@ -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