diff options
| author | Milan Crha <mcrha@redhat.com> | 2021-01-05 15:28:22 +0100 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2021-01-05 15:28:22 +0100 |
| commit | 8271eade9f8a960d864ad0f8887a1313d36f5a5f (patch) | |
| tree | 5b0e6eefe0d68079498ae8744e917f33ec861d3e /tests/libebook/client/client-test-utils.h | |
| parent | dfdecef5a9ea6aa04a4a488a65116a315850e4a6 (diff) | |
| download | evolution-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.h | 3 |
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); |
