summaryrefslogtreecommitdiff
path: root/tests/libebook/client/client-test-utils.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2021-01-05 15:28:22 +0100
committerMilan Crha <mcrha@redhat.com>2021-01-05 15:28:22 +0100
commit8271eade9f8a960d864ad0f8887a1313d36f5a5f (patch)
tree5b0e6eefe0d68079498ae8744e917f33ec861d3e /tests/libebook/client/client-test-utils.h
parentdfdecef5a9ea6aa04a4a488a65116a315850e4a6 (diff)
downloadevolution-data-server-8271eade9f8a960d864ad0f8887a1313d36f5a5f.tar.gz
I#282 - tests: Avoid build/source directories in executables
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/282
Diffstat (limited to 'tests/libebook/client/client-test-utils.h')
-rw-r--r--tests/libebook/client/client-test-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libebook/client/client-test-utils.h b/tests/libebook/client/client-test-utils.h
index a7cbd48ae..256042522 100644
--- a/tests/libebook/client/client-test-utils.h
+++ b/tests/libebook/client/client-test-utils.h
@@ -25,6 +25,9 @@
#include <libebook/libebook.h>
+void client_test_utils_read_args (gint argc,
+ gchar **argv);
+
void print_email (EContact *contact);
gboolean add_contact_from_test_case_verify (EBookClient *book_client, const gchar *case_name, EContact **contact);