summaryrefslogtreecommitdiff
path: root/mu
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-03-01 23:05:33 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-03-01 23:05:33 +0200
commitbb5c36c658017e93b044d40e95422b78df847dde (patch)
tree6b5fe4cc5e8e4f483f5d4803f66dd233a83bcd5f /mu
parente859bd376e49a2af9bdce0a182ba6e16c00dddcf (diff)
tests: add some very basic CLD2_TEST
just to check if it works at all; no need to check cld2 at all.
Diffstat (limited to 'mu')
-rw-r--r--mu/tests/test-mu-query.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu/tests/test-mu-query.cc b/mu/tests/test-mu-query.cc
index 23f13d4..09c0cde 100644
--- a/mu/tests/test-mu-query.cc
+++ b/mu/tests/test-mu-query.cc
@@ -135,6 +135,9 @@ test_mu_query_01(void)
{ "", 19 },
{"msgid:abcd$efgh@example.com", 1},
{"i:abcd$efgh@example.com", 1},
+#ifdef HAVE_CLD2
+{ "lang:en", 14},
+#endif /*HAVE_CLD2*/
};
for (i = 0; i != G_N_ELEMENTS(queries); ++i)