runja.sh: run sanity tests
[urcu.git] / tests / runja.sh
index e359c016ac4e4ff0bb5a2a2bc2cac0ac98522514..9f18969ef7297391a5353b5523d484fa1f5f4797 100755 (executable)
@@ -17,6 +17,9 @@ EXTRA_PARAMS=-v
 
 # ** test update coherency with single-value table
 
+# sanity test
+${TESTPROG} 0 $((4*${THREAD_MUL})) ${TIME_UNITS} -s ${EXTRA_PARAMS} || exit 1
+
 # rw test, single key, add and del randomly, 4 threads
 # key range: init, lookup, and update: 0 to 0
 ${TESTPROG} 0 $((4*${THREAD_MUL})) ${TIME_UNITS} -M 1 -N 1 -O 1 ${EXTRA_PARAMS} || exit 1
This page took 0.024381 seconds and 4 git commands to generate.