rewrote compile_fun() to support attribute list for a function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
5
t/run.sh
5
t/run.sh
@ -3,4 +3,9 @@
|
||||
## program crashes or exits without an error message.
|
||||
echo RUN "[$@]"
|
||||
($@ 2>&1 || echo "ERROR: exited with $?") | grep -E '^ERROR:' && exit 1
|
||||
##[ "x$MEMCHECK" = "xyes" ] && {
|
||||
## [ -x /usr/bin/valgrind ] && {
|
||||
## valgrind --leak-check=full --show-reachable=yes --track-fds=yes --log-file=/tmp/x "$@" 2>&1
|
||||
## }
|
||||
##}
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user