We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89b276 commit e7f3162Copy full SHA for e7f3162
1 file changed
tests/test_build.py
@@ -86,6 +86,7 @@ def _write_egl_stub(directory: Path) -> Path:
86
stub_path.write_text(
87
textwrap.dedent(
88
"""
89
+ #include <stddef.h>
90
#define KHRONOS_STATIC 1
91
#include <EGL/egl.h>
92
@@ -174,6 +175,7 @@ def test_c_program_compiles_with_glatter_c(tmp_path: Path) -> None:
174
175
c_source.write_text(
176
177
178
179
#include <glatter/glatter.h>
180
181
static void noop_logger(const char* message) {
@@ -816,6 +818,7 @@ def test_windows_egl_gl_compiles_with_glatter_c(tmp_path: Path) -> None:
816
818
817
819
820
821
822
823
824
0 commit comments