Add multiflavor test program
[urcu.git] / tests / runall.sh
index 6072acabe9233d9739020b83c572e519b61e7a2a..8d9d653eea7e7e245df171cdcee6380103ea2e76 100755 (executable)
@@ -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
This page took 0.022271 seconds and 4 git commands to generate.