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

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

@@ -477,6 +477,7 @@ extern struct UNITY_STORAGE_T Unity;
void UnityBegin(const char* filename);
int UnityEnd(void);
void UnitySetTestFile(const char* filename);
void UnityConcludeTest(void);
void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int FuncLineNum);