summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spchain/spchain.scn
blob: e4cdf6e7573df4a2cf02794672b5b28f6446b1e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** BEGIN OF TEST SPCHAIN ***
Init - Initialize chain empty
INIT - Verify rtems_chain_insert
INIT - Verify _Chain_Initialize_one
INIT - Verify rtems_chain_is_first
INIT - Verify rtems_chain_is_last
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
INIT - Verify rtems_chain_control layout
INIT - Verify rtems_chain_control initializer
INIT - Verify rtems_chain_node_count_unprotected
INIT - Verify _Chain_Insert_ordered_unprotected
INIT - Verify Chain_Iterator
*** END OF TEST SPCHAIN ***