The purpose of Test Dept. is to be an ease-of-use framework for unit testing. It is suitable for pure C-code and consists of assertions macros and makefile snippets for automated tests. Test suites are standalone binaries following a certain specification and can thus be used by arbitrary test-runners.
Stubbing and mocking for the C language is not as easily done as for object-oriented languages. Therefore a supportive framework may be of use. Test Dept. tries to be such a framework.
Please read the documentation!
