aboutsummaryrefslogtreecommitdiff
path: root/goodfile
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2025-09-29 03:26:16 +0000
committeriximeow <me@iximeow.net>2025-09-29 03:30:42 +0000
commita677375307adb679c846d2418d7338192f2e85fe (patch)
tree21a877a7b988995586d8a0411c142e3731f9a7f4 /goodfile
parentd6a936b045d6efea2bee4fb4ee4a14c28c11f6de (diff)
fix broken capstone_bench stuff, might delete later, idk
Diffstat (limited to 'goodfile')
-rw-r--r--goodfile4
1 files changed, 4 insertions, 0 deletions
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"})