8 lines
93 B
C
8 lines
93 B
C
#ifndef TESTS_H
|
|
#define TESTS_H
|
|
|
|
// test launcher
|
|
void launch_tests();
|
|
|
|
#endif /* TESTS_H */
|