Skip to content

Files

Latest commit

 

History

History

tests

Unit Testing

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.

Writing Unit Tests

Follow the instructions on this Catch tutorial to learn how to write Unit Tests.