annotate test/runalltests.sh @ 155:bbefb8b8e74c

- sparc32 thunk code - replaced some c++ comments with old c ones - whitespace cosmetics
author cslag
date Thu, 24 Nov 2016 23:47:31 +0000
parents 3e629dc19168
children 2beca1d11c96
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 A="callf ellipsis malloc_wx plain plain_c++ suite suite2 suite3 suite_floats callback_plain call_suite callback_suite" # syscall nm resolve_self thunk
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 for i in $A ; do
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 $i/$i
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 done
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5