Restore unit tests

This commit is contained in:
Manlio Perillo 2023-05-02 11:06:58 +02:00
parent 642eaf42aa
commit 402f4fa665
2 changed files with 20 additions and 21 deletions

View file

@ -210,9 +210,8 @@ pub fn build(b: *Build) !void {
}
ziglings_step.dependOn(prev_step);
// Disabled, see issue 272
// const test_step = b.step("test", "Run all the tests");
// // test_step.dependOn(tests.addCliTests(b, &exercises));
const test_step = b.step("test", "Run all the tests");
test_step.dependOn(tests.addCliTests(b, &exercises));
}
var use_color_escapes = false;