hx: add tests for some Helix mode movements
This commit is contained in:
parent
a5dc6d8a43
commit
a6f5ffcdc5
3 changed files with 122 additions and 40 deletions
|
@ -733,6 +733,7 @@ pub fn build_exe(
|
|||
tests.root_module.addImport("Buffer", Buffer_mod);
|
||||
tests.root_module.addImport("color", color_mod);
|
||||
tests.root_module.addImport("tui", tui_mod);
|
||||
tests.root_module.addImport("command", command_mod);
|
||||
// b.installArtifact(tests);
|
||||
|
||||
const test_run_cmd = b.addRunArtifact(tests);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue