aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/tests/test-udev-rules.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tests/test-udev-rules.c')
-rw-r--r--src/plugins/tests/test-udev-rules.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/tests/test-udev-rules.c b/src/plugins/tests/test-udev-rules.c
index 91698f0b..8f5ffd64 100644
--- a/src/plugins/tests/test-udev-rules.c
+++ b/src/plugins/tests/test-udev-rules.c
@@ -112,6 +112,14 @@ test_x22x (void)
}
#endif
+#if defined ENABLE_PLUGIN_CELLIENT
+static void
+test_cellient (void)
+{
+ common_test (TESTUDEVRULESDIR_CELLIENT);
+}
+#endif
+
#if defined ENABLE_PLUGIN_CINTERION
static void
test_cinterion (void)
@@ -238,6 +246,9 @@ int main (int argc, char **argv)
#if defined ENABLE_PLUGIN_X22X
g_test_add_func ("/MM/test-udev-rules/x22x", test_x22x);
#endif
+#if defined ENABLE_PLUGIN_CELLIENT
+ g_test_add_func ("/MM/test-udev-rules/cellient", test_cellient);
+#endif
#if defined ENABLE_PLUGIN_CINTERION
g_test_add_func ("/MM/test-udev-rules/cinterion", test_cinterion);
#endif