tildefriends/src/tests.h
2021-09-06 18:23:22 +00:00

10 lines
164 B
C

#pragma once
typedef struct _tf_test_options_t
{
const char* exe_path;
const char* tests;
} tf_test_options_t;
void tf_tests(const tf_test_options_t* options);