1 #!/bin/sh 2 3 cd /data/nativetest64/ltp/testcases/bin 4 5 ./eas_one_small_task 6 ./eas_one_big_task 7 ./eas_small_to_big 8 ./eas_big_to_small 9 ./eas_small_big_toggle 10 ./eas_two_big_three_small 11 12 ./sched_cfs_prio 13 ./sched_dl_runtime 14 ./sched_latency_dl 15 ./sched_latency_rt 16 ./sched_prio_3_fifo 17 ./sched_prio_3_rr 18 19 ./sugov_latency 20 ./sugov_wakeups 21 ./sched_boost 22