summaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-03-14 16:25:17 +0100
committerThomas Graf <tgraf@suug.ch>2013-03-14 16:25:17 +0100
commite09e7f1035fc2a8c918822cbfcfac61c77153497 (patch)
treecd3d8a92106201f5782d5ae7f7086177defed4fc /tests/.gitignore
parent780a0423dc7a7f248d6a71a7ae6f531fe95ba911 (diff)
downloadlibnl-e09e7f1035fc2a8c918822cbfcfac61c77153497.tar.gz
tests: Add check based unit test system
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>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index b386c45f..151e9b56 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -6,3 +6,4 @@ test-delete-link
test-genl
test-nf-cache-mngr
test-socket-creation
+check-all