forked from Imagelibrary/rtems
19 lines
505 B
Plaintext
19 lines
505 B
Plaintext
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: newlib01
|
|
|
|
directives:
|
|
|
|
- newlib_create_hook()
|
|
- newlib_delete_hook()
|
|
- newlib_terminate_hook()
|
|
|
|
concepts:
|
|
|
|
- Reopen the standard output stream and ensure that buffered content is
|
|
written to the open file during thread termination.
|
|
- Ensure that the open file is closed after the write during thread
|
|
termination.
|
|
- Ensure that all resources are returned to the system using resouce
|
|
snapshots.
|