Skip to content

Commit 8a32b76

Browse files
committed
fixup! test: reorganize test suite with xmake test integration
1 parent 0311448 commit 8a32b76

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/pandagl/tests/test_font_load.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define GetSegoeUIFont(S, W) pd_font_library_get_font_id("Segoe UI", S, W)
1717
#define GetArialFont(S, W) pd_font_library_get_font_id("Arial", S, W)
1818

19+
#ifdef _WIN32
1920
static void test_segoe_ui_font_load(void)
2021
{
2122
pd_font_t *font;
@@ -170,6 +171,7 @@ static void test_arial_font_load(void)
170171
PD_FONT_WEIGHT_BOLD);
171172
}
172173
}
174+
#endif
173175

174176
void test_pandagl_font_load(void)
175177
{

0 commit comments

Comments
 (0)