aboutsummaryrefslogtreecommitdiff
path: root/goodfile
diff options
context:
space:
mode:
Diffstat (limited to 'goodfile')
-rw-r--r--goodfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/goodfile b/goodfile
index a33fd7a..b82f577 100644
--- a/goodfile
+++ b/goodfile
@@ -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"})