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