diff --git a/software/tests/tests_main.cxx b/software/tests/tests_main.cxx index 2ebd141..f2194a3 100644 --- a/software/tests/tests_main.cxx +++ b/software/tests/tests_main.cxx @@ -34,6 +34,8 @@ int main(const int argc, const char * const * const argv) { /* Executing test */ switch (lTestNum) { + case -1: + std::cout << "[INFO ] Default test." << std::endl; case 0: lResult = test_Relay_isOn() break;