summaryrefslogtreecommitdiffstats
path: root/tests/check-addr.c
Commit message (Collapse)AuthorAgeFilesLines
* all: enable -Wmissing-prototype warning for all componentsThomas Haller2017-02-271-0/+2
|
* tests: Add check based unit test systemThomas Graf2013-03-141-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>