Code

Added unit testing framework based on ‘check’.
authorSebastian Harl <sh@tokkee.org>
Fri, 23 Aug 2013 18:44:10 +0000 (20:44 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 23 Aug 2013 18:44:10 +0000 (20:44 +0200)
commit22c21e436dc4e9818cbdb9fac3b03ac727533623
tree76220c433de51ed930947d2a0530ea3c49c321a3
parentf0c82a82efa8c3a23cbdc507bc860e3e13807007
Added unit testing framework based on ‘check’.

For now, some basic tests for utils::list have been added.
.gitignore
Makefile.am
configure.ac
src/Makefile.am
t/Makefile.am [new file with mode: 0644]
t/libsysdb_test.c [new file with mode: 0644]
t/libsysdb_test.h [new file with mode: 0644]
t/utils/llist_test.c [new file with mode: 0644]