diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 10:28:10 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 10:28:10 +0100 |
commit | a059585cb423d527763ef0131773d6620ebcafd5 (patch) | |
tree | 199e2b9108db7104908a5ac6f3138100e4d33095 /Cargo.toml | |
parent | 9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9 (diff) | |
download | aerogramme-a059585cb423d527763ef0131773d6620ebcafd5.tar.gz aerogramme-a059585cb423d527763ef0131773d6620ebcafd5.zip |
add test for the unselect extension
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |