aboutsummaryrefslogtreecommitdiff
path: root/goodfile
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2025-10-19 23:28:45 +0000
committeriximeow <me@iximeow.net>2025-10-19 23:29:05 +0000
commit5803a74b89cfc986f26b01f607bcfedd7bcbcf68 (patch)
tree1f6b418b2d71c2d0e8285812d524a6aedbc6c4c3 /goodfile
parent815efeda7830d4179decbc7f7dd66837367708d1 (diff)
run differential testHEAD0.4.0no-gods-no-
Diffstat (limited to 'goodfile')
-rw-r--r--goodfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/goodfile b/goodfile
index 6e2073e..fdadd9f 100644
--- a/goodfile
+++ b/goodfile
@@ -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"})