This folder contains a archetype and several unit-tests for CCExtractor
cd tests
makeThis will build and run all test-suite.
If you want MORE output:
DEBUG=1 makeWhere DEBUG is just an environment variable.
If tests fail after your changes, you could try to debug the failed tests.
Run following commands in the /tests directory:
# build test runner (executable file - runtest)
make
# load runtest to the debgger:
gdb runtest
# start under debugger:
(gdb) run
# if segfault occured:
(gdb) whereTests are built around this library: libcheck, here is documentation