runtime tests

This commit is contained in:
felsabbagh3
2019-11-02 10:35:20 -04:00
parent bbb2373919
commit 95d8a251db
10 changed files with 771 additions and 534 deletions

16
runtime/tests/tests.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef TESTS
#define TESTS
int arr[4];
void test_tmc();
void test_divergence();
void test_wsapwn();
#endif