aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-01-02 13:27:48 -0800
committeriximeow <me@iximeow.net>2022-01-02 13:27:48 -0800
commit0bcea6031e3d0b48acb15f6a7dfdab670ec8fcfc (patch)
tree3b867da36e68d296ac6c87bb8d6f6e1c8b1f9fa8
parent514eae8d01163f9550046054f2d3accc00df972c (diff)
get test situation in order
-rw-r--r--Cargo.toml4
-rw-r--r--tests/armv7/mod.rs (renamed from test/armv7.rs)0
-rw-r--r--tests/armv7/thumb.rs (renamed from test/armv7/thumb.rs)0
-rw-r--r--tests/armv8/a64.rs (renamed from test/armv8/a64.rs)0
-rw-r--r--tests/armv8/mod.rs (renamed from test/armv8/mod.rs)0
-rw-r--r--tests/test.rs (renamed from test/test.rs)3
6 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eec55db..3f266c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,10 +15,6 @@ bitvec = "0.19"
"serde" = { version = "1.0", optional = true }
"serde_derive" = { version = "1.0", optional = true }
-[[test]]
-name = "test"
-path = "test/test.rs"
-
[features]
default = ["std", "use-serde"]
diff --git a/test/armv7.rs b/tests/armv7/mod.rs
index a60b50a..a60b50a 100644
--- a/test/armv7.rs
+++ b/tests/armv7/mod.rs
diff --git a/test/armv7/thumb.rs b/tests/armv7/thumb.rs
index 9182f6e..9182f6e 100644
--- a/test/armv7/thumb.rs
+++ b/tests/armv7/thumb.rs
diff --git a/test/armv8/a64.rs b/tests/armv8/a64.rs
index cdb1265..cdb1265 100644
--- a/test/armv8/a64.rs
+++ b/tests/armv8/a64.rs
diff --git a/test/armv8/mod.rs b/tests/armv8/mod.rs
index f7274b6..f7274b6 100644
--- a/test/armv8/mod.rs
+++ b/tests/armv8/mod.rs
diff --git a/test/test.rs b/tests/test.rs
index eb9050e..67893db 100644
--- a/test/test.rs
+++ b/tests/test.rs
@@ -2,9 +2,6 @@
//
// extern crate test;
-extern crate yaxpeax_arch;
-extern crate yaxpeax_arm;
-
mod armv7;
mod armv8;