summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_priority/scenarios/script02.scen
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_priority/scenarios/script02.scen')
-rw-r--r--schedsim/shell/schedsim_priority/scenarios/script02.scen9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_priority/scenarios/script02.scen b/schedsim/shell/schedsim_priority/scenarios/script02.scen
new file mode 100644
index 0000000..294956c
--- /dev/null
+++ b/schedsim/shell/schedsim_priority/scenarios/script02.scen
@@ -0,0 +1,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