6 lines
93 B
C
Executable file
6 lines
93 B
C
Executable file
#ifndef TESTS_MAIN_H
|
|
#define TESTS_MAIN_H
|
|
|
|
void test_main (void);
|
|
|
|
#endif /* tests/main.h */
|