summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index ff71b8b..328679c 100644
--- a/build.zig
+++ b/build.zig
@@ -252,6 +252,7 @@ pub fn build(b: *std.Build) !void {
252 test_step.dependOn(&zigcrypto_install_artifact.step); 252 test_step.dependOn(&zigcrypto_install_artifact.step);
253 253
254 const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize); 254 const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize);
255 zigcrypto_test_run.step.dependOn(&zigcrypto_install_artifact.step);
255 test_step.dependOn(&zigcrypto_test_run.step); 256 test_step.dependOn(&zigcrypto_test_run.step);
256 257
257 // 258 //