Test Suite

You can run the test suite from the root directory by running 'make test'. Or from the 'tests' directory, by running './tests'.

This runs through all the available tests and concludes with a test summary. For example,

--Run Summary: Type      Total     Ran  Passed  Failed
               suites        8       8     n/a       0
               tests        64      64      64       0
               asserts     438     438     438       0

If a test fails, then the test directory containing all the test files will be retained to help with debugging.