diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 15:21:51 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 15:21:51 +0100 |
commit | b91c64920d7454d50b60ad3abb58fad9d09f0511 (patch) | |
tree | 40ed18b75a1da4f8498f8726fed24e045bc17409 /Cargo.toml | |
parent | ef257e286a5377031bfde9645629825d3223b3d4 (diff) | |
download | aerogramme-b91c64920d7454d50b60ad3abb58fad9d09f0511.tar.gz aerogramme-b91c64920d7454d50b60ad3abb58fad9d09f0511.zip |
add test for imap move
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |