Skip to content

Unit Testing Framework

henriquemarks edited this page Apr 26, 2018 · 1 revision

I am thinking about adding proper Tests for zlog. The files for testing are ok, but i think it would be nice to have a proper Framework for testing.

I am considering using CMocka (https://cmocka.org/), and port the tests from the current format to CMocka tests.

Also, using CMake would be interesting.