From 4d1c986605ecaca24a925560d8eadab525b26a3a Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 19 Apr 2019 14:41:13 +0200 Subject: [PATCH] Spec: Clarify that system librarys can be used --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 4459c43..959eac3 100644 --- a/specification.md +++ b/specification.md @@ -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.