Spec: Clarify that system librarys can be used
This commit is contained in:
parent
88e52e7828
commit
4d1c986605
@ -631,7 +631,7 @@ An HTML coverage report can be obtained following *simple* instructions inside t
|
|||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
The *prerequisites* section of the README enumerates the 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.
|
The unit testing framework is *vendored* and automatically used by the build system.
|
||||||
See the getting started code-base for an example.
|
See the getting started code-base for an example.
|
||||||
|
Loading…
Reference in New Issue
Block a user