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