From da301d48c6d519fb2020573c6a501a0c43f9064c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Feb 2025 15:34:54 -0500 Subject: Move test utilities to a separate subproject Towards sorting out sloppy include directories, and avoiding upward-relative paths in includes. A subproject seems like overkill, but this is the only way I can think of that makes for a clean local dependency that doesn't rely on anything non-standard or trigger any linters. --- test/test_gl_hints.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/test_gl_hints.c') diff --git a/test/test_gl_hints.c b/test/test_gl_hints.c index 250136a..9e31548 100644 --- a/test/test_gl_hints.c +++ b/test/test_gl_hints.c @@ -1,13 +1,11 @@ // Copyright 2020 David Robillard // SPDX-License-Identifier: ISC -/* - Tests that all hints are set to real values after a view is realized. -*/ +// Tests that all hints are set to real values after a view is realized #undef NDEBUG -#include "test_utils.h" +#include "puglutil/test_utils.h" #include "pugl/gl.h" #include "pugl/pugl.h" -- cgit v1.2.1