rculfhash: add runhash.sh test script
[urcu.git] / tests / runall.sh
index e2b47dced7430220335d22a9543d13fac935a434..bd1f9618d005fdb9738aa7c1cef127b174f23b59 100755 (executable)
@@ -99,3 +99,6 @@ for READERCSLEN in ${READERCSLEN_ARRAY}; do
        echo "./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} ${EXTRA_OPTS} -c ${READERCSLEN} | tee -a readercslen.log" >> runall.log
        ./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} ${EXTRA_OPTS} -c ${READERCSLEN} | tee -a readercslen.log
 done
+
+echo Executing Hash table test
+./runhash.sh
This page took 0.02447 seconds and 4 git commands to generate.