db: add database unit test stub

This commit is contained in:
Michael Vetter
2020-03-23 12:39:13 +01:00
parent 4a7a0f3e76
commit 062c7b1a89
2 changed files with 32 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ unittest_sources = \
tests/unittests/xmpp/stub_message.c \
tests/unittests/ui/stub_ui.c tests/unittests/ui/stub_ui.h \
tests/unittests/log/stub_log.c \
tests/unittests/database/stub_database.c \
tests/unittests/config/stub_accounts.c \
tests/unittests/tools/stub_http_upload.c \
tests/unittests/helpers.c tests/unittests/helpers.h \