tests: Add documentation

This commit is contained in:
Sebastian Huber
2014-09-01 11:01:04 +02:00
parent c147a139c6
commit 4030cccfef
12 changed files with 97 additions and 17 deletions

View File

@@ -10,4 +10,9 @@ directives:
concepts:
- Ensure that the Newlib hooks works as expected.
- 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.