runtime test update

This commit is contained in:
Blaise Tine
2021-08-06 18:05:04 -07:00
parent d7948a1ce6
commit bf8f249754
5 changed files with 91 additions and 49 deletions

View File

@@ -4,8 +4,6 @@
int main() {
int errors = 0;
vx_printf("Simple Test\n");
errors += test_global_memory();
errors += test_stack_memory();
@@ -20,6 +18,8 @@ int main() {
errors += test_spawn_tasks();
errors += test_tmask();
if (0 == errors) {
vx_printf("Passed!\n");
} else {