summaryrefslogtreecommitdiff
path: root/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.c')
-rwxr-xr-xgraphics.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics.c b/graphics.c
index a075268..3b9f071 100755
--- a/graphics.c
+++ b/graphics.c
@@ -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