rename lib to src
This commit is contained in:
@@ -59,10 +59,10 @@ pub fn build(b: *zbs.Builder) void {
|
||||
}
|
||||
|
||||
{
|
||||
const turbonss_test = b.addTest("lib/test_all.zig");
|
||||
addCmphDeps(turbonss_test, cmph);
|
||||
const src_test = b.addTest("src/test_all.zig");
|
||||
addCmphDeps(src_test, cmph);
|
||||
const test_step = b.step("test", "Run the tests");
|
||||
test_step.dependOn(&turbonss_test.step);
|
||||
test_step.dependOn(&src_test.step);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user