summaryrefslogtreecommitdiff
path: root/src/tests/test.h
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-09-06 16:10:24 +0500
committerphysick <mynameisgennadiy@vk.com>2026-09-06 16:10:24 +0500
commit2284646db66fc117246225bd30298ddbef8ed13a (patch)
tree05f3d0ff88932c9f49db00821f12a3a1ee6f2ea8 /src/tests/test.h
parentc88bb49416aaeb13c3969727a305bc7ed3263963 (diff)
win conditionHEADmaster
Diffstat (limited to 'src/tests/test.h')
-rw-r--r--src/tests/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/test.h b/src/tests/test.h
index 5994ecb..456c9e2 100644
--- a/src/tests/test.h
+++ b/src/tests/test.h
@@ -8,10 +8,13 @@ typedef struct {
char *(*Function)();
} UnitTest;
+char *reportError(const char *format, ...);
+
// ========== TESTS ==========
char *ArenaAllocation();
char *ArenaOutOfMemory();
char *difficultyCalculator();
+char *timerPrintDisplay();
#endif // TESTS_H