call struct tests

This commit is contained in:
2020-03-07 01:21:53 +01:00
parent 9adc48da82
commit b776ac00e3

View File

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