diff options
author | iximeow <me@iximeow.net> | 2025-10-19 23:28:45 +0000 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-10-19 23:29:05 +0000 |
commit | 5803a74b89cfc986f26b01f607bcfedd7bcbcf68 (patch) | |
tree | 1f6b418b2d71c2d0e8285812d524a6aedbc6c4c3 /goodfile | |
parent | 815efeda7830d4179decbc7f7dd66837367708d1 (diff) |
run differential testHEAD0.4.0no-gods-no-
Diffstat (limited to 'goodfile')
-rw-r--r-- | goodfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,4 +29,4 @@ Build.run({"cargo", "rustc", "--no-default-features", "--", "-C", "link-arg=-nos Build.run({"cargo", "rustc", "--no-default-features", "--release", "--", "-C", "link-arg=-nostartfiles"}, {cwd="tests/no_std_check"}) Step.advance("differential") -Build.run({"cargo", "build", "--release"}, {cwd="differential-tests", name="build capstone differential"}) +Build.run({"cargo", "test", "--release"}, {cwd="differential-tests", name="run capstone differential test"}) |