summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2fb4b94..bbbd731 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,10 @@ path = "tests/set2.rs"
name = "set3"
path = "tests/set3.rs"
+[[test]]
+name = "set4"
+path = "tests/set4.rs"
+
[dependencies]
rustc-serialize = "0.3"
openssl = "0.5"