diff options
Diffstat (limited to 'graphics.c')
-rwxr-xr-x | graphics.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1670,11 +1670,13 @@ BENCHMARK("draw text area") { BENCHMARK_END; } +#ifndef EVERY_TEST_SUITE void update_and_render_frame(void) {} i32 main(i32 argc, c8 **argv) { return run_tests_and_benchmarks(argc, argv); } +#endif #undef TEST_FILE #endif // GRAPHICS_TEST_SUITE |