From 716a6e3fc621f5fe3300f3309e56943b8e1e65ad Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 25 Jun 2024 14:54:34 -0700 Subject: update yaxpeax-arch in differential-tests, validate in goodfile --- goodfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'goodfile') 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"}) -- cgit v1.1