Files
rtems/testsuites/libtests/newlib01/newlib01.doc
2014-09-01 11:01:04 +02:00

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.