Starting to move the tests to C.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3652 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-08-19 19:29:37 +00:00
parent be6a39bd15
commit dd90fe4fbf
9 changed files with 154 additions and 102 deletions

3
src/tests.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
void tf_tests(const char* exe_path);