summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spchain/spchain.scn
blob: c482d3f55151e5194985071b4be5b6e03b84e5d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 ***