[tracker/wip/carlosg/meson-fixes: 2/10] tests: Link tracker-bus functional tests to libtracker-bus



commit 3dc84f2648d1ad1fc1d08ef41a92513a2cd25830
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Sep 4 21:07:56 2018 +0200

    tests: Link tracker-bus functional tests to libtracker-bus
    
    The static library randomly fails to be linked otherwise.

 tests/functional-tests/ipc/meson.build | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/tests/functional-tests/ipc/meson.build b/tests/functional-tests/ipc/meson.build
index bd5a1611e..b789faca7 100644
--- a/tests/functional-tests/ipc/meson.build
+++ b/tests/functional-tests/ipc/meson.build
@@ -23,6 +23,7 @@ test('functional-ipc-direct-query', direct_query_test,
 bus_query_test = executable('test-bus-query',
   'test-bus-query.vala',
   'test-shared-query.vala',
+  link_with: [libtracker_bus],
   dependencies: [tracker_common_dep, tracker_sparql_dep, tracker_sparql_bus_dep])
 test('functional-ipc-bus-query', bus_query_test,
   env: test_env)
@@ -37,6 +38,7 @@ test('functional-ipc-default-update', default_update_test,
 bus_update_test = executable('test-bus-update',
   'test-bus-update.vala',
   'test-shared-update.vala',
+  link_with: [libtracker_bus],
   dependencies: [tracker_common_dep, tracker_sparql_dep, tracker_sparql_bus_dep])
 test('functional-ipc-bus-update', bus_update_test,
   env: test_env)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]