mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[ROSAUTOTEST] Add option to list all testable modules
This commit is contained in:
@@ -21,7 +21,8 @@ CConfiguration::CConfiguration()
|
||||
m_PrintToConsole(true),
|
||||
m_RepeatCount(1),
|
||||
m_Shutdown(false),
|
||||
m_Submit(false)
|
||||
m_Submit(false),
|
||||
m_ListModules(false)
|
||||
{
|
||||
WCHAR WindowsDirectory[MAX_PATH];
|
||||
WCHAR Interactive[32];
|
||||
@@ -100,6 +101,10 @@ CConfiguration::ParseParameters(int argc, wchar_t* argv[])
|
||||
m_RepeatCount = tmp_RepeatCount;
|
||||
break;
|
||||
|
||||
case 'l':
|
||||
m_ListModules = true;
|
||||
break;
|
||||
|
||||
default:
|
||||
throw CInvalidParameterException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user