From b91c64920d7454d50b60ad3abb58fad9d09f0511 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 3 Jan 2024 15:21:51 +0100 Subject: add test for imap move --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 93f2a3a..1cc143e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.2.3