aboutsummaryrefslogtreecommitdiff
path: root/src/mm-context.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-10-27 22:08:37 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-11-07 14:25:34 +0000
commit634f6cbcbc424a557625e3d2eb01ef0694948e25 (patch)
tree18342d8ec232893b28c0432ff78313448777f079 /src/mm-context.h
parent7ea2452b1e4ff3f572dd93e00a01868a663b3cc4 (diff)
build: disable Test interface in base manager if building without tests
There is no real need for this interface if tests are not being built.
Diffstat (limited to 'src/mm-context.h')
-rw-r--r--src/mm-context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h
index f33f27ac..fcca1f65 100644
--- a/src/mm-context.h
+++ b/src/mm-context.h
@@ -45,7 +45,9 @@ gboolean mm_context_get_log_personal_info (void);
/* Testing support */
gboolean mm_context_get_test_session (void);
+#if defined WITH_TESTS
gboolean mm_context_get_test_enable (void);
+#endif
const gchar *mm_context_get_test_plugin_dir (void);
#if defined WITH_UDEV
gboolean mm_context_get_test_no_udev (void);