diff options
author | iximeow <me@iximeow.net> | 2024-06-25 14:54:34 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-25 14:54:34 -0700 |
commit | 716a6e3fc621f5fe3300f3309e56943b8e1e65ad (patch) | |
tree | c3b9f55eb19839c8331c7a3db7934e05c0495cd0 /goodfile | |
parent | 1e052c9c855bad7a051c8c2ad336b6b0170a1098 (diff) |
update yaxpeax-arch in differential-tests, validate in goodfileHEADno-gods-no-
Diffstat (limited to 'goodfile')
-rw-r--r-- | goodfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,3 +12,5 @@ Build.run({"cargo", "build"}) Step.advance("test") Build.run({"cargo", "test"}, {name="test stdlib/fmt"}) Build.run({"cargo", "test", "--no-default-features"}, {name="test nostdlib/fmt"}) + +Build.run({"cargo", "build", "--release"}, {cwd="differential-tests", name="build capstone differential"}) |