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) {