aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2013-11-24 16:34:15 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-13 13:41:50 +0100
commit247a9459509a1eeee7ffb686034920d3614c2b99 (patch)
tree4e3c8fdd80d307611f2bbe1516b328b070e1ba04 /src/main.c
parentea362ce18e0e594bf2815e8c94f3491e73fc68d7 (diff)
context: new '--test-plugin-dir' to allow specifying where the plugins are
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7b1a6330..4af28be2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -63,6 +63,7 @@ bus_acquired_cb (GDBusConnection *connection,
/* Create Manager object */
g_assert (!manager);
manager = mm_manager_new (connection,
+ mm_context_get_test_plugin_dir (),
!mm_context_get_test_no_auto_scan (),
mm_context_get_test_enable (),
&error);