fix: keybind testcases
This commit is contained in:
parent
bb887b5789
commit
8a89c888eb
2 changed files with 2 additions and 1 deletions
|
@ -386,6 +386,7 @@ pub fn build_exe(
|
|||
tests.root_module.addImport("input", input_mod);
|
||||
tests.root_module.addImport("thespian", thespian_mod);
|
||||
tests.root_module.addImport("log", log_mod);
|
||||
tests.root_module.addImport("Buffer", Buffer_mod);
|
||||
// b.installArtifact(tests);
|
||||
break :blk b.addRunArtifact(tests);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue