1 2 3 4 5 6 7 8 9 10
/* Settings for test suite dependencies. */ #ifndef CONFIG_TEST_H #define CONFIG_TEST_H #define TEST_FONTS_MISSING 0 #endif