view test/runalltests.sh @ 245:0ba6189a51dd

- dynload dlGetLibraryPath simplifications: * removed mode bit checking on macOS, and assured dlopening files with same flags, instead * consistency changes for OpenBSD
author Tassilo Philipp
date Thu, 04 May 2017 15:11:46 +0200
parents 2beca1d11c96
children
line wrap: on
line source

A="callf ellipsis malloc_wx plain plain_c++ suite suite2 suite3 suite_floats thunk callback_plain call_suite callback_suite dynload_plain" # syscall nm resolve_self
for i in $A ; do
  $i/$i
done