summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_priority/scenarios/script06
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_priority/scenarios/script06')
-rw-r--r--schedsim/shell/schedsim_priority/scenarios/script0614
1 files changed, 14 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_priority/scenarios/script06 b/schedsim/shell/schedsim_priority/scenarios/script06
new file mode 100644
index 0000000..962568d
--- /dev/null
+++ b/schedsim/shell/schedsim_priority/scenarios/script06
@@ -0,0 +1,14 @@
+echo "*** TEST 06 ***"
+rtems_init
+echo Create 0x0a010001
+task_create TA1 1
+task_create TA2 2
+task_create TA3 3
+semaphore_create SEM1
+semaphore_obtain SEM1 0
+semaphore_obtain SEM1 0
+semaphore_release SEM1
+semaphore_delete SEM1
+echo "*** END OF TEST 06 ***"
+exit
+# We will not get here