application exit error handing

This commit is contained in:
Blaise Tine
2021-06-29 02:04:07 -04:00
parent 3a0a9edaca
commit d684a2e632
43 changed files with 89446 additions and 212932 deletions

View File

@@ -1,10 +1,18 @@
#ifndef TESTS
#define TESTS
void test_tmc();
int test_global_memory();
void test_divergence();
int test_stack_memory();
void test_wsapwn();
int test_shared_memory();
int test_tmc();
int test_divergence();
int test_wsapwn();
int test_spawn_tasks();
#endif