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

Tiny tweaks to make Unity fit in more smoothly with Ceedling

This commit is contained in:
Mark VanderVoord
2017-03-13 16:46:41 -04:00
parent 1f522558a6
commit 41ee499e63
2 changed files with 5 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ class UnityTestRunnerGenerator
:plugins => [],
:framework => :unity,
:test_prefix => "test|spec|should",
:mock_prefix => "Mock",
:setup_name => "setUp",
:teardown_name => "tearDown",
:main_name => "main", #set to :auto to automatically generate each time