- Made some tweaks to the way the new detail handling works (to make it look nicer, mostly)

- Fixed a big ugly error in the fancy RUN_TEST handler
This commit is contained in:
Mark VanderVoord
2015-12-10 18:12:45 -05:00
parent dfbf21c2a3
commit 28195baaba
12 changed files with 34 additions and 9 deletions

View File

@ -254,6 +254,7 @@ class UnityTestRunnerGenerator
output.puts(" Unity.CurrentTestLineNumber = TestLineNum; \\")
output.puts(" Unity.NumberOfTests++; \\")
output.puts(" CMock_Init(); \\") unless (used_mocks.empty?)
output.puts(" UNITY_CLR_DETAILS(); \\") unless (used_mocks.empty?)
output.puts(" if (TEST_PROTECT()) \\")
output.puts(" { \\")
output.puts(" CEXCEPTION_T e; \\") if cexception