// Copyright (c) 2025 Quinn // Licensed under the MIT Licence. See LICENSE for details #define GLAD_GL_IMPLEMENTATION #include #undef GLAD_GL_IMPLEMENTATION #include #include #include #include "dat.h" // contains the test data #include "test.h" int main(void) { // get test count size_t n = sizeof(tests) / sizeof(tests[0]); return exec_tests(tests, n); }