From 4f0cb26cacd5bf7c42850407bfab29bdba5986e4 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 18 Feb 2019 18:06:02 -0800 Subject: fix decode issue with stm/ldm/b, add tests, add display impl --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 93c69b3..d9f2b9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "yaxpeax-pic24" +name = "yaxpeax-arm" version = "0.0.1" authors = [ "iximeow " ] license = "0BSD" repository = "" description = """ -A rust pic24 decoder +A rust arm decoder """ [dependencies] @@ -15,3 +15,7 @@ yaxpeax-arch = { path = "../../yaxpeax-arch" } [[test]] name = "test" path = "test/test.rs" + +[[bench]] +name = "bench" +path = "test/test.rs" -- cgit v1.1