11 lines
127 B
C
11 lines
127 B
C
![]() |
/*
|
||
|
Settings for test suite dependencies.
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_TEST_H
|
||
|
#define CONFIG_TEST_H
|
||
|
|
||
|
#define TEST_FONTS_MISSING 0
|
||
|
|
||
|
#endif
|