view test/runalltests.sh @ 258:943c182692e2

- configure: noexecstack flag check/search now reflecting what dyncall build needs/does
author Tassilo Philipp
date Sun, 21 May 2017 22:21:47 +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