diff --git a/tests/main.cpp b/tests/main.cpp index b4d16aa..e1eaa04 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -46,6 +46,8 @@ int main() { Empty_MBR_test emptyMBR = Empty_MBR_test(); mbr.testMBR(test); emptyMBR.testMBR(test); + /// end mbr test + /// test results std::cout << "Amount of tests: " << +test.getTestCount() << std::endl;