]> sourceware.org Git - valgrind.git/commitdiff
Add check for DRD OMP tests for FreeBSD
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 10 May 2022 18:08:43 +0000 (20:08 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 10 May 2022 18:08:43 +0000 (20:08 +0200)
drd/tests/run_openmp_test

index f507676156b251efdeb6e12309c1bbd6c17cdab8..e09b54346791c15fda2793009cbc33dda4ae2f80 100755 (executable)
@@ -40,3 +40,11 @@ if [ "$(uname)" = Linux ]; then
   exit ${rc:-1}
 
 fi
+
+if [ "$(uname)" = FreeBSD ]; then
+
+  ldd "$1" | grep libgomp > /dev/null
+
+  exit $?
+
+fi 
This page took 2.39808 seconds and 5 git commands to generate.