17 lines
130 B
C
17 lines
130 B
C
|
|
|
|
#ifndef TESTS
|
|
#define TESTS
|
|
|
|
void test_tmc();
|
|
|
|
void test_divergence();
|
|
|
|
|
|
void test_wsapwn();
|
|
|
|
void intrinsics_tests();
|
|
|
|
|
|
#endif
|