aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-03 15:21:51 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-03 15:21:51 +0100
commitb91c64920d7454d50b60ad3abb58fad9d09f0511 (patch)
tree40ed18b75a1da4f8498f8726fed24e045bc17409 /Cargo.toml
parentef257e286a5377031bfde9645629825d3223b3d4 (diff)
downloadaerogramme-b91c64920d7454d50b60ad3abb58fad9d09f0511.tar.gz
aerogramme-b91c64920d7454d50b60ad3abb58fad9d09f0511.zip
add test for imap move
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 93f2a3a..1cc143e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,3 +76,8 @@ harness = false
name = "rfc3691_imapext_unselect"
path = "tests/rfc3691_imapext_unselect.rs"
harness = false
+
+[[test]]
+name = "rfc6851_imapext_move"
+path = "tests/rfc6851_imapext_move.rs"
+harness = false