X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=runtests.sh;fp=runtests.sh;h=981aef15fe25545b09dc3d74849703e8c60e539a;hb=321e29d945372e2195082b95c7740e1d79ed5b55;hp=3b06f8479fd6a38c57da75f20253660e27a168e5;hpb=6cca4d0fe58bc9480efb463a2c07345c922f5cee;p=urcu.git diff --git a/runtests.sh b/runtests.sh index 3b06f84..981aef1 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,6 +1,7 @@ #!/bin/sh for a in test_urcu_gc test_urcu_gc_mb test_urcu test_urcu_mb \ + test_urcu_lgc test_qsbr_lgc test_urcu_lgc_mb \ test_qsbr test_qsbr_gc test_rwlock test_perthreadlock \ test_mutex; do echo "./${a} $*" | tee -a runall.detail.log