update script
[c11concurrency-benchmarks.git] / tsan11-missingbug / test_all.sh
1 #!/bin/bash
2 set -e
3 set -u
4
5 echo "** Assertion test for broken data structures **"
6 for t in seqlock-test rwlock-test; do
7   echo -n "$t " 
8   ./test.sh ./$t
9 done
10