Code

t/unit/: Create one test binary for each *_test.c file.
authorSebastian Harl <sh@tokkee.org>
Sat, 28 Feb 2015 17:45:39 +0000 (18:45 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 28 Feb 2015 17:45:39 +0000 (18:45 +0100)
commit967d9181f6329ca00b910c0c458b1c6b60f2a0d6
tree305b971ffa53e18e6d89859a94e910fa38956d78
parentf353d8fe20a02ea9b4700371e94f82da33d7beab
t/unit/: Create one test binary for each *_test.c file.

That'll allow to run more stuff in parallel or single tests more selectively.
27 files changed:
.gitignore
t/Makefile.am
t/unit/core/data_test.c
t/unit/core/object_test.c
t/unit/core/store_json_test.c
t/unit/core/store_lookup_test.c
t/unit/core/store_test.c
t/unit/core/time_test.c
t/unit/frontend/connection_test.c
t/unit/frontend/parser_test.c
t/unit/frontend/query_test.c
t/unit/frontend/sock_test.c
t/unit/libsysdb_net_test.c [deleted file]
t/unit/libsysdb_test.c [deleted file]
t/unit/libsysdb_test.h [deleted file]
t/unit/libsysdb_testutils.c [deleted file]
t/unit/libsysdb_testutils.h [deleted file]
t/unit/testutils.c [new file with mode: 0644]
t/unit/testutils.h [new file with mode: 0644]
t/unit/utils/avltree_test.c
t/unit/utils/channel_test.c
t/unit/utils/dbi_test.c
t/unit/utils/llist_test.c
t/unit/utils/os_test.c
t/unit/utils/proto_test.c
t/unit/utils/strbuf_test.c
t/unit/utils/unixsock_test.c