check-all.sh 433 B

12345678910111213141516171819202122
  1. function testit ()
  2. {
  3. printf "%-30s: " $1
  4. ./rt-tester.py $1 | grep Pass
  5. }
  6. testit t2-l1-2rt-sameprio.tst
  7. testit t2-l1-pi.tst
  8. testit t2-l1-signal.tst
  9. #testit t2-l2-2rt-deadlock.tst
  10. testit t3-l1-pi-1rt.tst
  11. testit t3-l1-pi-2rt.tst
  12. testit t3-l1-pi-3rt.tst
  13. testit t3-l1-pi-signal.tst
  14. testit t3-l1-pi-steal.tst
  15. testit t3-l2-pi.tst
  16. testit t4-l2-pi-deboost.tst
  17. testit t5-l4-pi-boost-deboost.tst
  18. testit t5-l4-pi-boost-deboost-setsched.tst