X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=runtests.sh;fp=runtests.sh;h=a3844184a8d5a71378659c2e534f27d760919be4;hb=5a4dc6a823ec60c9f652116ee4eb2fd642840141;hp=0000000000000000000000000000000000000000;hpb=e90a6e9c5510e5dad2e3f3e8530eeba242c0a91d;p=urcu.git diff --git a/runtests.sh b/runtests.sh new file mode 100755 index 0000000..a384418 --- /dev/null +++ b/runtests.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +#add urcu mb + +for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock; do + echo Executing $a + ./${a} $* |grep "total num" +done