]> bbs.cooldavid.org Git - net-next-2.6.git/blame - scripts/rt-tester/check-all.sh
gianfar: fix signedness issue
[net-next-2.6.git] / scripts / rt-tester / check-all.sh
CommitLineData
61a87122
TG
1
2
3function testit ()
4{
5 printf "%-30s: " $1
6 ./rt-tester.py $1 | grep Pass
7}
8
9testit t2-l1-2rt-sameprio.tst
10testit t2-l1-pi.tst
11testit t2-l1-signal.tst
12#testit t2-l2-2rt-deadlock.tst
13testit t3-l1-pi-1rt.tst
14testit t3-l1-pi-2rt.tst
15testit t3-l1-pi-3rt.tst
16testit t3-l1-pi-signal.tst
17testit t3-l1-pi-steal.tst
18testit t3-l2-pi.tst
19testit t4-l2-pi-deboost.tst
20testit t5-l4-pi-boost-deboost.tst
0bafd214 21testit t5-l4-pi-boost-deboost-setsched.tst
61a87122 22