Merge pull request #459 from elliot-gawthrop/combined_suite

Option to omit UnityBegin/UnityEnd calls in generate_test_runner
This commit is contained in:
Mark VanderVoord
2019-10-30 09:33:18 -04:00
committed by GitHub
3 changed files with 23 additions and 5 deletions

View File

@@ -1820,6 +1820,12 @@ void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int
UnityConcludeTest();
}
/*-----------------------------------------------*/
void UnitySetTestFile(const char* filename)
{
Unity.TestFile = filename;
}
/*-----------------------------------------------*/
void UnityBegin(const char* filename)
{