Thomas Gleixner | 61a8712 | 2006-06-27 02:54:56 -0700 | [diff] [blame] | 1 | |
| 2 | |
| 3 | function testit () |
| 4 | { |
| 5 | printf "%-30s: " $1 |
| 6 | ./rt-tester.py $1 | grep Pass |
| 7 | } |
| 8 | |
| 9 | testit t2-l1-2rt-sameprio.tst |
| 10 | testit t2-l1-pi.tst |
| 11 | testit t2-l1-signal.tst |
| 12 | #testit t2-l2-2rt-deadlock.tst |
| 13 | testit t3-l1-pi-1rt.tst |
| 14 | testit t3-l1-pi-2rt.tst |
| 15 | testit t3-l1-pi-3rt.tst |
| 16 | testit t3-l1-pi-signal.tst |
| 17 | testit t3-l1-pi-steal.tst |
| 18 | testit t3-l2-pi.tst |
| 19 | testit t4-l2-pi-deboost.tst |
| 20 | testit t5-l4-pi-boost-deboost.tst |
Thomas Gleixner | 0bafd21 | 2006-06-27 02:55:01 -0700 | [diff] [blame] | 21 | testit t5-l4-pi-boost-deboost-setsched.tst |
Thomas Gleixner | 61a8712 | 2006-06-27 02:54:56 -0700 | [diff] [blame] | 22 | |