diff --git a/src/test/test.h b/src/test/test.h index be87439..f25b0e1 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -6,4 +6,5 @@ void runFunctionCallTests(); void runRecursiveTests(); void runComparisonTests(); void runLoopTests(); -void runMathTests(); \ No newline at end of file +void runMathTests(); +void runStructTests(); \ No newline at end of file