From 2445f1468ec8176e9f36768cb11bc94466b5e671 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Apr 2015 02:25:18 -0400 Subject: split the test code up a bit more --- Cargo.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2643938..2fb4b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,16 @@ version = "0.0.1" authors = ["Jesse Luehrs "] [[test]] -name = "all" -path = "tests/lib.rs" +name = "set1" +path = "tests/set1.rs" + +[[test]] +name = "set2" +path = "tests/set2.rs" + +[[test]] +name = "set3" +path = "tests/set3.rs" [dependencies] rustc-serialize = "0.3" -- cgit v1.2.3-54-g00ecf