inital commit of the tester

This commit is contained in:
2017-12-27 13:47:10 +01:00
parent c7b6246025
commit 3d1dddba12
9 changed files with 136 additions and 4 deletions

4
tester/typedefs.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include "../test_cases/test_cases.h"
typedef uint64_t(*TypeSmall)(void);