To unit test Fido, we use the Catch C++ Unit Testing Framework.
In order to run our tests, run the runtests.sh
file. A Windows bat
file for running tests is in the works.
Follow the instructions on this Catch tutorial to learn how to write Unit Tests.