[examples] custom user errors

This commit is contained in:
Allen Webster
2021-09-16 22:52:29 -07:00
parent 39f3d50419
commit 7d82d4f0ef
11 changed files with 123 additions and 83 deletions
+15 -1
View File
@@ -80,8 +80,22 @@ command_list =
{ "bin/build_tests.sh", .os = "mac" },
},
},
{
.name = "run_examples",
.out = "*compilation*",
.footer_panel = true,
.save_dirty_files = true,
.cursor_at_end = false,
.cmd =
{
{ "git_bash bin\\run_examples.sh", .os = "win" },
{ "bin/build_tests.sh", .os = "linux" },
{ "bin/build_tests.sh", .os = "mac" },
},
},
};
fkey_command[1] = "build_tests";
fkey_command[2] = "run_tests";
fkey_command[3] = "build_examples";
fkey_command[3] = "build_examples";
fkey_command[4] = "run_examples";