mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-26 18:01:35 +01:00
Updated method of testing generate_test_runner script to be a FUNCTIONAL test instead of a perfect code match. Backfilled most tests and added some coverage not previously present. Still need to test new command line args and a few cmock details.
This commit is contained in:
@@ -1321,7 +1321,7 @@ int UnityParseOptions(int argc, char** argv)
|
||||
switch(argv[i][1])
|
||||
{
|
||||
case 'l': /* list tests */
|
||||
break;
|
||||
return -1;
|
||||
case 'n': /* include tests with name including this string */
|
||||
i++;
|
||||
if (i < argc)
|
||||
|
||||
Reference in New Issue
Block a user