Caddeus 0.2
This is the second development release of Caddeus. Changes to the first release include:
- Support for end-to-end scripted tests by the usage of the .tt extension.
- Reorganization of the makefile so that usually-immutable sections are together. This is to make it easy to update the Caddeus makefile on projects that already adopted it.
- Support for test-specific library linking via testname_TEST_LIBS variables.
- Optional timeout support to prevent tests from running forever on infinite cycles.
- The project name dropped the "framework" word.
- Added automatic memory leaking checks if Valgrind is available.
- Added automatic static analysis if cppcheck is available.