aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-03 10:28:10 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-03 10:28:10 +0100
commita059585cb423d527763ef0131773d6620ebcafd5 (patch)
tree199e2b9108db7104908a5ac6f3138100e4d33095 /Cargo.toml
parent9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9 (diff)
downloadaerogramme-a059585cb423d527763ef0131773d6620ebcafd5.tar.gz
aerogramme-a059585cb423d527763ef0131773d6620ebcafd5.zip
add test for the unselect extension
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 4e39a66..93f2a3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,3 +71,8 @@ imap-codec = { git = "https://github.com/duesee/imap-codec", branch = "v2" }
name = "rfc3501_imap4rev1_base"
path = "tests/rfc3501_imap4rev1_base.rs"
harness = false
+
+[[test]]
+name = "rfc3691_imapext_unselect"
+path = "tests/rfc3691_imapext_unselect.rs"
+harness = false