diff options
-rw-r--r-- | Cargo.toml | 4 | ||||
-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
@@ -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; |