projects
/
userspace-rcu.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
tests: add missing unsigned long casts to pthread_self()
[userspace-rcu.git]
/
tests
/
runtests-batch.sh
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
3
#for a in test_urcu_gc test_urcu_gc_mb test_urcu_qsbr_gc; do
4
for a in test_urcu_gc; do
5
echo "./${a} $*" | tee -a runall.detail.log
6
/usr/bin/time -a -o runall.detail.log ./${a} $*
7
done
8
This page took
0.021647 seconds
and
4
git commands to generate.