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