aboutsummaryrefslogtreecommitdiff
path: root/libcore/Cargo.toml
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-06-06 23:07:53 +0300
committerpravic <[email protected]>2016-06-06 23:07:53 +0300
commitf2db0929feeb53567655dbdebba7e6b1c3f2f69e (patch)
treec2cf041f838782f9ddd8994146f52e8f498bfe07 /libcore/Cargo.toml
parentadd 'netio' native import library (diff)
parentMerge branch 'nofp_patch' into libcore_nofp (diff)
downloadkmd-env-rs-master.tar.xz
kmd-env-rs-master.zip
Merge branch 'libcore_nofp'HEADmaster
Diffstat (limited to 'libcore/Cargo.toml')
-rw-r--r--libcore/Cargo.toml5
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"