File: check-all.sh

package info (click to toggle)
linux-kbuild-2.6.24 2.6.24-1~etchnhalf.1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,628 kB
  • ctags: 2,925
  • sloc: ansic: 14,723; perl: 3,589; cpp: 1,793; python: 1,283; sh: 1,020; yacc: 965; lex: 734; makefile: 428
file content (22 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22


function testit ()
{
 printf "%-30s: " $1
 ./rt-tester.py $1 | grep Pass
}

testit t2-l1-2rt-sameprio.tst
testit t2-l1-pi.tst
testit t2-l1-signal.tst
#testit t2-l2-2rt-deadlock.tst
testit t3-l1-pi-1rt.tst
testit t3-l1-pi-2rt.tst
testit t3-l1-pi-3rt.tst
testit t3-l1-pi-signal.tst
testit t3-l1-pi-steal.tst
testit t3-l2-pi.tst
testit t4-l2-pi-deboost.tst
testit t5-l4-pi-boost-deboost.tst
testit t5-l4-pi-boost-deboost-setsched.tst