Code

Moved unit tests into t/unit/ subdirectory.
authorSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 20:42:47 +0000 (22:42 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 20:42:47 +0000 (22:42 +0200)
commitcf17313d62dcf1c10df0fe19287e354ede68206b
tree67f199389ed31352b61c51cff593e68118829e47
parent3ba81224dac4d31ea5ad651db569543825ea5078
Moved unit tests into t/unit/ subdirectory.
38 files changed:
.gitignore
t/Makefile.am
t/core/data_test.c [deleted file]
t/core/object_test.c [deleted file]
t/core/store_lookup_test.c [deleted file]
t/core/store_test.c [deleted file]
t/core/time_test.c [deleted file]
t/frontend/connection_test.c [deleted file]
t/frontend/parser_test.c [deleted file]
t/frontend/sock_test.c [deleted file]
t/libsysdb_net_test.c [deleted file]
t/libsysdb_test.c [deleted file]
t/libsysdb_test.h [deleted file]
t/libsysdb_testutils.c [deleted file]
t/libsysdb_testutils.h [deleted file]
t/unit/core/data_test.c [new file with mode: 0644]
t/unit/core/object_test.c [new file with mode: 0644]
t/unit/core/store_lookup_test.c [new file with mode: 0644]
t/unit/core/store_test.c [new file with mode: 0644]
t/unit/core/time_test.c [new file with mode: 0644]
t/unit/frontend/connection_test.c [new file with mode: 0644]
t/unit/frontend/parser_test.c [new file with mode: 0644]
t/unit/frontend/sock_test.c [new file with mode: 0644]
t/unit/libsysdb_net_test.c [new file with mode: 0644]
t/unit/libsysdb_test.c [new file with mode: 0644]
t/unit/libsysdb_test.h [new file with mode: 0644]
t/unit/libsysdb_testutils.c [new file with mode: 0644]
t/unit/libsysdb_testutils.h [new file with mode: 0644]
t/unit/utils/channel_test.c [new file with mode: 0644]
t/unit/utils/dbi_test.c [new file with mode: 0644]
t/unit/utils/llist_test.c [new file with mode: 0644]
t/unit/utils/strbuf_test.c [new file with mode: 0644]
t/unit/utils/unixsock_test.c [new file with mode: 0644]
t/utils/channel_test.c [deleted file]
t/utils/dbi_test.c [deleted file]
t/utils/llist_test.c [deleted file]
t/utils/strbuf_test.c [deleted file]
t/utils/unixsock_test.c [deleted file]