Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: enable -Wmissing-prototype warning for all components | Thomas Haller | 2017-02-27 | 1 | -0/+2 |
| | |||||
* | tests: Add check based unit test system | Thomas Graf | 2013-03-14 | 1 | -0/+212 |
Introduces new unit tests based on `check`. Each subsystem/module can have its own unit tests in tests/check-<name>.c that will be linked together in tests/check-all.c. Running 'make check' will compile and run the unit tests automatically. A reference unit test implementation has been done for the abstract address module. Signed-off-by: Thomas Graf <tgraf@suug.ch> |