1 2 3 4 5 6 7 8 9 10
#ifndef TEST_H #define TEST_H #include "../gst/info.h" #define TEST_VERBOSE 1 int test_run (infos *info); #endif