You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
339 B
22 lines
339 B
#!/bin/sh
|
|
|
|
cd /data/nativetest64/ltp/testcases/bin
|
|
|
|
./eas_one_small_task
|
|
./eas_one_big_task
|
|
./eas_small_to_big
|
|
./eas_big_to_small
|
|
./eas_small_big_toggle
|
|
./eas_two_big_three_small
|
|
|
|
./sched_cfs_prio
|
|
./sched_dl_runtime
|
|
./sched_latency_dl
|
|
./sched_latency_rt
|
|
./sched_prio_3_fifo
|
|
./sched_prio_3_rr
|
|
|
|
./sugov_latency
|
|
./sugov_wakeups
|
|
./sched_boost
|