1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 09:51:36 +01:00

make fixtures and examples compatible with new UnityBegin method.

This commit is contained in:
Mark VanderVoord
2014-08-16 10:51:25 -04:00
parent 14b074336b
commit 376480a4d9
6 changed files with 23 additions and 27 deletions

View File

@@ -38,7 +38,7 @@ int UnityMain(int argc, char* argv[], void (*runAllTests)(void))
for (r = 0; r < UnityFixture.RepeatCount; r++)
{
announceTestRun(r);
UnityBegin();
UnityBegin(argv[0]);
runAllTests();
UNITY_OUTPUT_CHAR('\n');
UnityEnd();