From b776ac00e37791e46b18d6e36959c8dfdeb05156 Mon Sep 17 00:00:00 2001 From: nitrix Date: Sat, 7 Mar 2020 01:21:53 +0100 Subject: [PATCH] call struct tests --- src/test/test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/test.c b/src/test/test.c index b5f5589..8a11ea9 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -28,6 +28,9 @@ int main(){ // Tests for while loop runLoopTests(); + // Tests for structs + runStructTests(); + printf("\n%d tests in total\n", successes + failures); if (failures > 0) {