From ddc401e0bf4f972bc2916601797d12bb97c5f1dc Mon Sep 17 00:00:00 2001 From: pravic Date: Mon, 6 Jun 2016 23:05:39 +0300 Subject: update to 2016-06-06 --- libcore/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libcore/Cargo.toml') diff --git a/libcore/Cargo.toml b/libcore/Cargo.toml index 98f941f..3b406ac 100644 --- a/libcore/Cargo.toml +++ b/libcore/Cargo.toml @@ -2,9 +2,12 @@ authors = ["The Rust Project Developers"] name = "core" version = "0.0.0" -build = "build.rs" [lib] name = "core" path = "lib.rs" test = false + +[[test]] +name = "coretest" +path = "../libcoretest/lib.rs" -- cgit v1.2.3