aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_build.c8
-rw-r--r--test/test_build.cpp12
-rw-r--r--test/test_gl_hints.c2
-rw-r--r--test/test_realize.c2
-rw-r--r--test/test_redisplay.c2
-rw-r--r--test/test_show_hide.c2
-rw-r--r--test/test_stub_hints.c2
-rw-r--r--test/test_timer.c2
-rw-r--r--test/test_update.c2
9 files changed, 17 insertions, 17 deletions
diff --git a/test/test_build.c b/test/test_build.c
index 984d23a..5259c7c 100644
--- a/test/test_build.c
+++ b/test/test_build.c
@@ -20,10 +20,10 @@
#define PUGL_DISABLE_DEPRECATED
-#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
+#include "pugl/cairo.h" // IWYU pragma: keep
+#include "pugl/gl.h" // IWYU pragma: keep
+#include "pugl/pugl.h" // IWYU pragma: keep
+#include "pugl/stub.h" // IWYU pragma: keep
int
main(void)
diff --git a/test/test_build.cpp b/test/test_build.cpp
index e8e64ab..4e29901 100644
--- a/test/test_build.cpp
+++ b/test/test_build.cpp
@@ -20,12 +20,12 @@
#define PUGL_DISABLE_DEPRECATED
-#include "pugl/pugl.h" // IWYU pragma: keep
-#include "pugl/pugl.hpp" // IWYU pragma: keep
-#include "pugl/pugl.ipp" // IWYU pragma: keep
-#include "pugl/pugl_cairo.hpp" // IWYU pragma: keep
-#include "pugl/pugl_gl.hpp" // IWYU pragma: keep
-#include "pugl/pugl_stub.hpp" // IWYU pragma: keep
+#include "pugl/cairo.hpp" // IWYU pragma: keep
+#include "pugl/gl.hpp" // IWYU pragma: keep
+#include "pugl/pugl.h" // IWYU pragma: keep
+#include "pugl/pugl.hpp" // IWYU pragma: keep
+#include "pugl/pugl.ipp" // IWYU pragma: keep
+#include "pugl/stub.hpp" // IWYU pragma: keep
int
main()
diff --git a/test/test_gl_hints.c b/test/test_gl_hints.c
index a40fdfa..c30d0ed 100644
--- a/test/test_gl_hints.c
+++ b/test/test_gl_hints.c
@@ -22,8 +22,8 @@
#include "test_utils.h"
+#include "pugl/gl.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_gl.h"
#include <assert.h>
diff --git a/test/test_realize.c b/test/test_realize.c
index 4a12d1d..bb0b327 100644
--- a/test/test_realize.c
+++ b/test/test_realize.c
@@ -27,7 +27,7 @@
#include "test_utils.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_stub.h"
+#include "pugl/stub.h"
#include <assert.h>
#include <stdbool.h>
diff --git a/test/test_redisplay.c b/test/test_redisplay.c
index 91b606f..66b9168 100644
--- a/test/test_redisplay.c
+++ b/test/test_redisplay.c
@@ -24,7 +24,7 @@
#include "test_utils.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_stub.h"
+#include "pugl/stub.h"
#include <assert.h>
#include <stdbool.h>
diff --git a/test/test_show_hide.c b/test/test_show_hide.c
index ebbbee9..6252c28 100644
--- a/test/test_show_hide.c
+++ b/test/test_show_hide.c
@@ -24,7 +24,7 @@
#include "test_utils.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_stub.h"
+#include "pugl/stub.h"
#include <assert.h>
#include <stdbool.h>
diff --git a/test/test_stub_hints.c b/test/test_stub_hints.c
index 96b2914..2bfc86c 100644
--- a/test/test_stub_hints.c
+++ b/test/test_stub_hints.c
@@ -23,7 +23,7 @@
#include "test_utils.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_stub.h"
+#include "pugl/stub.h"
#include <assert.h>
diff --git a/test/test_timer.c b/test/test_timer.c
index d567da0..219fa59 100644
--- a/test/test_timer.c
+++ b/test/test_timer.c
@@ -24,7 +24,7 @@
#include "test_utils.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_stub.h"
+#include "pugl/stub.h"
#include <assert.h>
#include <math.h>
diff --git a/test/test_update.c b/test/test_update.c
index bdcb28b..02b72a3 100644
--- a/test/test_update.c
+++ b/test/test_update.c
@@ -24,7 +24,7 @@
#include "test_utils.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_stub.h"
+#include "pugl/stub.h"
#include <assert.h>
#include <stdbool.h>