mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
21
scripts/rt-tester/check-all.sh
Normal file
21
scripts/rt-tester/check-all.sh
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue