mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-28 02:34:27 +01:00
New command line options
This commit is contained in:
@@ -17,9 +17,12 @@ struct UNITY_FIXTURE_T
|
||||
{
|
||||
int Verbose;
|
||||
int Silent;
|
||||
int DryRun;
|
||||
unsigned int RepeatCount;
|
||||
const char* NameFilter;
|
||||
const char* Name;
|
||||
const char* GroupFilter;
|
||||
const char* Group;
|
||||
};
|
||||
extern struct UNITY_FIXTURE_T UnityFixture;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user