runtime tests
This commit is contained in:
16
runtime/tests/tests.h
Normal file
16
runtime/tests/tests.h
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
#ifndef TESTS
|
||||
#define TESTS
|
||||
|
||||
int arr[4];
|
||||
void test_tmc();
|
||||
|
||||
void test_divergence();
|
||||
|
||||
|
||||
void test_wsapwn();
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user