Rearrange directory structure.

This commit is contained in:
David Reid
2020-03-03 20:47:24 +10:00
parent f61c637475
commit c79eebd050
41 changed files with 79 additions and 105 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
#include <stdio.h>
#define MAX_TESTS 64
#define MAX_TESTS 64
#define TEST_OUTPUT_DIR "res/output"
typedef int (* ma_test_entry_proc)(int argc, char** argv);