Skip to content

Caddeus 0.2

Compare
Choose a tag to compare
@alvarezp alvarezp released this 19 Nov 04:11
· 54 commits to master since this release

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.