Baltoli / peggo

PEG parser generator
MIT License
1 stars 0 forks source link

Tests #11

Closed Baltoli closed 7 years ago

Baltoli commented 7 years ago

The project should have unit and integration tests.

Baltoli commented 7 years ago

CMocka looks like a fairly powerful choice of unit testing framework. It has features that allow for proper mocking etc. so that tests can be isolated.

Baltoli commented 7 years ago

Had a look at how to integrate cmocka with the build system:

To run it on travis it looks like we will possibly need to build and install from source.