mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[ROSAUTOTEST] Add option to list all testable modules
This commit is contained in:
parent
6859348aea
commit
ff6b138117
4 changed files with 19 additions and 1 deletions
|
@ -15,6 +15,7 @@ private:
|
|||
unsigned long m_RepeatCount;
|
||||
bool m_Shutdown;
|
||||
bool m_Submit;
|
||||
bool m_ListModules;
|
||||
string m_Comment;
|
||||
wstring m_Module;
|
||||
string m_Test;
|
||||
|
@ -35,6 +36,7 @@ public:
|
|||
bool IsInteractive() const { return m_IsInteractive; }
|
||||
bool IsReactOS() const { return m_IsReactOS; }
|
||||
unsigned long GetRepeatCount() const { return m_RepeatCount; }
|
||||
bool ListModulesOnly() const { return m_ListModules; }
|
||||
const string& GetComment() const { return m_Comment; }
|
||||
const wstring& GetModule() const { return m_Module; }
|
||||
const string& GetTest() const { return m_Test; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue