shellpop skeleton

This commit is contained in:
2022-02-15 10:49:03 +02:00
committed by Motiejus Jakštys
parent ce882b9086
commit f584642cca
6 changed files with 222 additions and 21 deletions

View File

@@ -68,7 +68,7 @@ pub fn build(b: *zbs.Builder) void {
exe.install();
{
const turbonss_test = b.addTest("src/main.zig");
const turbonss_test = b.addTest("src/test_main.zig");
addCmphDeps(turbonss_test, cmph);
const test_step = b.step("test", "Run the tests");
test_step.dependOn(&turbonss_test.step);