From caf866440e0fb2a7a0e4b105c8a5b8c1e7875654 Mon Sep 17 00:00:00 2001 From: Mayank Sharma Date: Wed, 28 Aug 2019 08:57:32 +0530 Subject: google: Added tests for the Google Backend and updated tests/meson.build A new set of tests have been added to test the newly implemented functionality in the Google Backend. The tests use the first GMount (linked to a valid Google account) to obtain an email address and create a libgdata service for contacting the Drive API. These tests use the GIO API directly to perform various operations automatically. --- test/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 552a30cf..7b6a9416 100644 --- a/test/meson.build +++ b/test/meson.build @@ -47,17 +47,21 @@ if enable_devel_utils 'benchmark-posix-big-files', 'benchmark-posix-small-files', 'test-query-info-stream', + 'google' ] deps = [ gio_dep, glib_dep, + libgdata_dep, + goa_dep ] foreach test: tests executable( test, test + '.c', + c_args: ['-DG_LOG_DOMAIN="@0@"'.format(test)], include_directories: top_inc, dependencies: deps, ) -- cgit v1.2.1