summaryrefslogtreecommitdiffstats
path: root/tools/schedsim/shell/scripts/script02
blob: 294956c37234b885a80bcbbf7037f0c8967f49a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
echo "*** TEST 02 ***"
rtems_init
echo "=== Create 0x0a010001 ==="
task_create TA1 1
task_wake_after 5
clock_tick 7
echo "*** END OF TEST 2 ***"
exit
# We will not get here