diff options
| author | iximeow <me@iximeow.net> | 2025-09-29 03:26:16 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2025-09-29 03:30:42 +0000 |
| commit | a677375307adb679c846d2418d7338192f2e85fe (patch) | |
| tree | 21a877a7b988995586d8a0411c142e3731f9a7f4 /goodfile | |
| parent | d6a936b045d6efea2bee4fb4ee4a14c28c11f6de (diff) | |
fix broken capstone_bench stuff, might delete later, idk
Diffstat (limited to 'goodfile')
| -rw-r--r-- | goodfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"}) |
