source: rtems/testsuites/sptests/spchain/spchain.scn @ b752f945

5
Last change on this file since b752f945 was ec978d9, checked in by Sebastian Huber <sebastian.huber@…>, on 06/12/13 at 09:29:12

score: Add _Chain_Insert_ordered_unprotected()

  • Property mode set to 100644
File size: 723 bytes
Line 
1*** TEST OF RTEMS CHAIN API ***
2Init - Initialize chain empty
3INIT - Verify rtems_chain_insert
4INIT - Verify rtems_chain_is_first
5INIT - Verify rtems_chain_is_last
6INIT - Verify rtems_chain_append_with_empty_check
7INIT - Verify rtems_chain_prepend_with_empty_check
8INIT - Verify rtems_chain_get_with_empty_check
9INIT - Verify rtems_chain_append_with_notification
10INIT - Verify rtems_chain_prepend_with_notification
11INIT - Verify rtems_chain_get_with_notification
12INIT - Verify rtems_chain_get_with_wait
13INIT - Verify rtems_chain_control layout
14INIT - Verify rtems_chain_control initializer
15INIT - Verify rtems_chain_node_count_unprotected
16INIT - Verify _Chain_Insert_ordered_unprotected
17*** END OF RTEMS CHAIN API TEST ***
Note: See TracBrowser for help on using the repository browser.