The test suite is run automatically by using
make check
in the main directory.
Tests can be added to the suite by editing tests/Makefile.am
. A test will be passed if it returns 0 and will fail if it returns anything else.
A test can also consist of a c program and a python script all wrapped into a bash script (example to follow soon).