diff options
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 |