diff options
Diffstat (limited to 'libcore/Cargo.toml')
| -rw-r--r-- | libcore/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
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" |