aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-03 09:47:52 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-03 09:47:52 +0100
commit9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9 (patch)
tree96a2e3b62069485e0c45ce022ec472dd85bd3935 /Cargo.toml
parent7ebc708acab9c91db41652cfbfe2814a3a27569d (diff)
downloadaerogramme-9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9.tar.gz
aerogramme-9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9.zip
Common module in test created
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a55524..4e39a66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,6 @@ imap-types = { git = "https://github.com/duesee/imap-codec", branch = "v2" }
imap-codec = { git = "https://github.com/duesee/imap-codec", branch = "v2" }
[[test]]
-name = "imap_features"
-path = "tests/imap_features.rs"
+name = "rfc3501_imap4rev1_base"
+path = "tests/rfc3501_imap4rev1_base.rs"
harness = false