X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Frunall.sh;h=8d9d653eea7e7e245df171cdcee6380103ea2e76;hp=6072acabe9233d9739020b83c572e519b61e7a2a;hb=f89147e91cccf7bd625260104c87acc0bae2449e;hpb=1de4df4b770e5e90440008becc5e14a15c75c6e0 diff --git a/tests/runall.sh b/tests/runall.sh index 6072aca..8d9d653 100755 --- a/tests/runall.sh +++ b/tests/runall.sh @@ -100,5 +100,9 @@ for READERCSLEN in ${READERCSLEN_ARRAY}; do ./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} ${EXTRA_OPTS} -c ${READERCSLEN} | tee -a readercslen.log done +echo Executing multi-flavor RCU test +./test_urcu_multiflavor +./test_urcu_multiflavor_dynlink + echo Executing Hash table test ./runhash.sh