1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef COORD_TESTS_H #define COORD_TESTS_H #include "../src/coord.h" #include "test_common.h" extern Test test_indexes_consistent; extern TestSuite coord_pre_init_suite; extern TestSuite *coord_suites[]; #endif
Generated with cgit - Back to sebastiano.tronto.net