aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--differential-tests/Cargo.toml2
-rw-r--r--goodfile2
2 files changed, 3 insertions, 1 deletions
diff --git a/differential-tests/Cargo.toml b/differential-tests/Cargo.toml
index 6280cf5..64292d5 100644
--- a/differential-tests/Cargo.toml
+++ b/differential-tests/Cargo.toml
@@ -7,7 +7,7 @@ description = "differential testing between yaxpeax-arm and other disassemblers"
[dependencies]
yaxpeax-arm = { path = "../", version = "*" }
-yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
capstone = "*"
capstone-sys = "*"
diff --git a/goodfile b/goodfile
index a33fd7a..b82f577 100644
--- a/goodfile
+++ b/goodfile
@@ -12,3 +12,5 @@ Build.run({"cargo", "build"})
Step.advance("test")
Build.run({"cargo", "test"}, {name="test stdlib/fmt"})
Build.run({"cargo", "test", "--no-default-features"}, {name="test nostdlib/fmt"})
+
+Build.run({"cargo", "build", "--release"}, {cwd="differential-tests", name="build capstone differential"})