From 27d01bf05c16c96ad4bd211a29142e7f43069c37 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Jan 2022 13:52:53 -0800 Subject: add differential tests against capstone whoo boy these are gross sorry about that --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3f266c9..b576755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,13 @@ description = "arm decoders for the yaxpeax project" keywords = ["disassembler", "decoder", "armv7", "armv8"] edition = "2018" +[lib] + +[workspace] +members = [ + "differential-tests" +] + [dependencies] yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } bitvec = "0.19" -- cgit v1.1