Spec: Clarify that system librarys can be used

This commit is contained in:
Alex Hirsch 2019-04-19 14:41:13 +02:00
parent 88e52e7828
commit 4d1c986605

View File

@ -631,7 +631,7 @@ An HTML coverage report can be obtained following *simple* instructions inside t
### Dependencies
The *prerequisites* section of the README enumerates the dependencies.
The implementation should not have any dependencies apart from the C (or C++) standard library and a unit testing framework.
The implementation should not have any dependencies apart from the C (or C++) standard library, system libraries (POSIX), and a testing framework.
The unit testing framework is *vendored* and automatically used by the build system.
See the getting started code-base for an example.