call struct tests
This commit is contained in:
@@ -28,6 +28,9 @@ int main(){
|
|||||||
// Tests for while loop
|
// Tests for while loop
|
||||||
runLoopTests();
|
runLoopTests();
|
||||||
|
|
||||||
|
// Tests for structs
|
||||||
|
runStructTests();
|
||||||
|
|
||||||
printf("\n%d tests in total\n", successes + failures);
|
printf("\n%d tests in total\n", successes + failures);
|
||||||
|
|
||||||
if (failures > 0) {
|
if (failures > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user