19 lines
202 B
C
19 lines
202 B
C
#ifndef TESTS
|
|
#define TESTS
|
|
|
|
int test_global_memory();
|
|
|
|
int test_stack_memory();
|
|
|
|
int test_shared_memory();
|
|
|
|
int test_tmc();
|
|
|
|
int test_divergence();
|
|
|
|
int test_wsapwn();
|
|
|
|
int test_spawn_tasks();
|
|
|
|
#endif
|