Add offsetof to compiler.h
[urcu.git] / tests / runtests.sh
... / ...
CommitLineData
1#!/bin/sh
2
3for a in test_urcu_gc test_urcu_gc_mb test_urcu test_urcu_mb \
4 test_urcu_lgc test_qsbr_lgc test_urcu_lgc_mb \
5 test_qsbr test_qsbr_gc test_rwlock test_perthreadlock \
6 test_mutex; do
7 echo "./${a} $*" | tee -a runall.detail.log
8 /usr/bin/time --append --output runall.detail.log ./${a} $*
9done
10
This page took 0.021299 seconds and 4 git commands to generate.