mjovanc / hugin-cli

A CLI based private chat application. Powered by the Kryptokrona Blockchain.
Other
18 stars 1 forks source link

Add unit test framework and some basic tests #22

Open mjovanc opened 1 year ago

mjovanc commented 1 year ago

We need to create a new run configuration for a new target called "HuginTest" that we run and conduct all unit tests on. This should probably include all project defined libraries so we can import them and build the target for it to find the .h/.c files etc.

mjovanc commented 1 year ago

CUnit is now added as a submodule and imported through CMake into the project.