Skip to content

Commit

Permalink
Added default UT case
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <[email protected]>
  • Loading branch information
Clovel committed Nov 22, 2019
1 parent ef8e205 commit b65b5b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions software/tests/tests_main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b65b5b8

Please sign in to comment.