tools: Allow running unit tests from command line

Add argument parsing to unit_test.py to allow running unit tests from
command line.
This commit is contained in:
Roland Dobai
2018-06-21 13:32:29 +02:00
parent bba047fb3e
commit 40486c8723
5 changed files with 199 additions and 11 deletions
@@ -309,6 +309,7 @@ static int print_test_menu(void)
}
}
}
printf("\nEnter test for running.\n"); /* unit_test.py needs it for finding the end of test menu */
return test_counter;
}