mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user