OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / testsuite / sidcomp.sched / schedmonkey.exp
1 # Run a monkey test on the components in this component library. 
2
3 load_lib "monkey.exp"
4
5 monkey_test sid-sched-sim sched_component_library libsched.la
6
7 proc state_saved_p {attr_name} {
8     switch $attr_name {
9         time { return 0 }
10         timekeeper-info { return 0 }
11         default { return 1}
12     }
13 }
14
15 monkey_test sid-sched-host-accurate sched_component_library libsched.la
16
17 proc state_saved_p {attr_name} {
18     switch $attr_name {
19         time { return 0 }
20         timekeeper-info { return 0 }
21         default { return 1}
22     }
23 }
24
25 monkey_test sid-sched-host sched_component_library libsched.la