vortex/tests/kernel/conform/tests.h
2024-02-29 01:04:52 -08:00

28 lines
296 B
C

#ifndef TESTS
#define TESTS
#define PRINTF vx_printf
int test_global_memory();
int test_local_memory();
int test_tmc();
int test_pred();
int test_divergence();
int test_wsapwn();
int test_spawn_tasks();
int test_serial();
int test_tmask();
int test_barrier();
int test_tls();
#endif