1
0
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:
Koy Rehme
2025-01-08 15:35:32 -07:00
committed by Rehme, Koy
parent cbcd08fa7d
commit 459d53a821
2 changed files with 54 additions and 14 deletions

View File

@@ -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;