unit-test-app: use '-' to show test history

This commit is contained in:
houchenyao 2018-01-31 16:58:27 +08:00 committed by bot
parent 1e4508bc8d
commit cb3c88fb2f

View file

@ -342,6 +342,12 @@ void unity_run_menu()
print_test_menu();
}
}
/*use '-' to show test history. Need to do it before UNITY_BEGIN cleanup history */
if (cmdline[0] == '-')
{
UNITY_END();
continue;
}
UNITY_BEGIN();