From c97c4c775b27aa5ccfaf8b1a229ce24245d565f2 Mon Sep 17 00:00:00 2001
From: Igor Matuszewski <Xanewok@gmail.com>
Date: Tue, 28 Nov 2017 03:34:35 +0100
Subject: [PATCH] Infer integration tests under tests/

---
 Cargo.toml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index e41611b4d..7b26cd8c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,31 +10,6 @@ license = "MPL-2.0"
 [build-dependencies]
 cmake = "0.1"
 
-[[test]]
-name = "callback"
-[[test]]
-name = "capture_stack"
-[[test]]
-name = "custom_auto_rooter"
-[[test]]
-name = "custom_auto_rooter_macro"
-[[test]]
-name = "enumerate"
-[[test]]
-name = "evaluate"
-[[test]]
-name = "panic"
-[[test]]
-name = "rooting"
-[[test]]
-name = "runtime"
-[[test]]
-name = "typedarray"
-[[test]]
-name = "stack_limit"
-[[test]]
-name = "vec_conversion"
-
 [lib]
 doctest = false