/* main.test.h */ #ifndef TESTS_H #define TESTS_H void run_argp_tests(int argc, char* argv[], char* env[]); #endif