From 4213d57bdf70b6339bc4affdc751c296f9aa14f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 7 Apr 2015 01:05:28 -0400 Subject: problem 25 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf