From a677375307adb679c846d2418d7338192f2e85fe Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 29 Sep 2025 03:26:16 +0000 Subject: fix broken capstone_bench stuff, might delete later, idk --- goodfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'goodfile') diff --git a/goodfile b/goodfile index 7cebb9d..20f3294 100644 --- a/goodfile +++ b/goodfile @@ -15,6 +15,10 @@ Build.run({"cargo", "test", "--no-default-features", "--features", "fmt"}, {name Build.run({"cargo", "test", "--no-default-features", "--features", "std"}, {name="test nostdlib/std"}) Build.run({"cargo", "test", "--no-default-features", "--features", "std,fmt"}, {name="test nostdlib/std+fmt"}) +-- the interesting benchmarking happens through disas-bench, but the in-tree capstone bench isn't gone *quite* yet. +Step.start("bench") +Build.run({"cargo", "test", "--no-default-features", "capstone_bench"}, {name="bench smoketest"}) + Step.start("ffi") Step.push("build") Build.run({"rustup", "component", "add", "rust-src", "--toolchain", "nightly-x86_64-unknown-linux-gnu"}) -- cgit v1.1