aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_build.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-14 21:02:43 +0200
committerDavid Robillard <d@drobilla.net>2020-10-14 21:02:43 +0200
commitd981ba926df5a5f856f888d06ede428c6da4623e (patch)
tree7d3798761a13a5e070bf58206334aa3cb3dc03be /test/test_build.c
parentc918e02f0b35f525c15ece75f33676d06fe26c2c (diff)
downloadpugl-d981ba926df5a5f856f888d06ede428c6da4623e.tar.gz
pugl-d981ba926df5a5f856f888d06ede428c6da4623e.tar.bz2
pugl-d981ba926df5a5f856f888d06ede428c6da4623e.zip
Suppress IWYU warnings in build tests
Diffstat (limited to 'test/test_build.c')
-rw-r--r--test/test_build.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_build.c b/test/test_build.c
index de2ed28..de16e91 100644
--- a/test/test_build.c
+++ b/test/test_build.c
@@ -20,12 +20,12 @@
#define PUGL_DISABLE_DEPRECATED
-#include "pugl/gl.h"
-#include "pugl/glu.h"
-#include "pugl/pugl.h"
-#include "pugl/pugl_cairo.h"
-#include "pugl/pugl_gl.h"
-#include "pugl/pugl_stub.h"
+#include "pugl/gl.h" // IWYU pragma: keep
+#include "pugl/glu.h" // IWYU pragma: keep
+#include "pugl/pugl.h" // IWYU pragma: keep
+#include "pugl/pugl_cairo.h" // IWYU pragma: keep
+#include "pugl/pugl_gl.h" // IWYU pragma: keep
+#include "pugl/pugl_stub.h" // IWYU pragma: keep
int
main(void)