#pragma once /** ** \defgroup tests Tests ** This is the test harness. ** @{ */ 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); /** @} */