6a5701a63f43ea46d9f30abafe931afe40225e72
[c11concurrency-benchmarks.git] / tsan11-missingbug / test_all.sh
1 #!/bin/bash
2 set -e
3 set -u
4
5 # Paul: skip `spsc-queue` as it deadlocks.
6
7 for t in seqlock-test rwlock-test; do
8   echo -n "$t " 
9   ./test.sh ./$t
10 done
11