1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 18:24:27 +01:00

silent mode in unity fixture

This commit is contained in:
Dom Postorivo
2019-04-20 15:39:55 -04:00
parent 197bf351ae
commit 01a907393a
2 changed files with 25 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ extern "C"
struct UNITY_FIXTURE_T
{
int Verbose;
int Silent;
unsigned int RepeatCount;
const char* NameFilter;
const char* GroupFilter;