summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spchain/spchain.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spchain/spchain.scn')
-rw-r--r--testsuites/sptests/spchain/spchain.scn7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/spchain/spchain.scn b/testsuites/sptests/spchain/spchain.scn
index 155f755a80..c482d3f551 100644
--- a/testsuites/sptests/spchain/spchain.scn
+++ b/testsuites/sptests/spchain/spchain.scn
@@ -1,4 +1,11 @@
*** TEST OF RTEMS CHAIN API ***
Init - Initialize chain empty
INIT - Verify rtems_chain_insert
+INIT - Verify rtems_chain_append_with_empty_check
+INIT - Verify rtems_chain_prepend_with_empty_check
+INIT - Verify rtems_chain_get_with_empty_check
+INIT - Verify rtems_chain_append_with_notification
+INIT - Verify rtems_chain_prepend_with_notification
+INIT - Verify rtems_chain_get_with_notification
+INIT - Verify rtems_chain_get_with_wait
*** END OF RTEMS CHAIN API TEST ***