Tilde Friends
tests.h
1
#pragma once
2
12
typedef
struct
_tf_test_options_t
13
{
15
const
char
*
exe_path
;
17
const
char
*
tests
;
19
const
char
*
db_path
;
20
}
tf_test_options_t
;
21
26
void
tf_tests
(
const
tf_test_options_t
* options);
27
tf_tests
void tf_tests(const tf_test_options_t *options)
tf_test_options_t
struct _tf_test_options_t tf_test_options_t
_tf_test_options_t
Definition:
tests.h:13
_tf_test_options_t::tests
const char * tests
Definition:
tests.h:17
_tf_test_options_t::db_path
const char * db_path
Definition:
tests.h:19
_tf_test_options_t::exe_path
const char * exe_path
Definition:
tests.h:15
src
tests.h
Generated by
1.9.4