missing comma

This commit is contained in:
Daniel Sipka 2015-05-05 17:17:11 +02:00
parent ac69da53aa
commit 8b94913dc3

View File

@ -216,7 +216,7 @@ From the root of the source tree:
## Running the unit tests
Unit tests are using the [Catch](https://github.com/philsquared/Catch) framework,
included in the repository. [Boost.Program_Options](http://www.boost.org/libs/program_options)
included in the repository. [Boost.Program_Options](http://www.boost.org/libs/program_options),
[Boost.Spirit](http://www.boost.org/libs/spirit), and [The Boost Algorithm Library](http://www.boost.org/libs/algorithm)
are also required to build them.