1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-05-30 03:39:34 -04:00

- example now uses Unity generate_test_runner's yaml file option

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@191 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mvandervoord 2010-09-22 01:21:32 +00:00
parent e0f20f0992
commit 72ca191840

@ -201,7 +201,7 @@ module RakefileHelpers
runner_name = test_base + '_Runner.c'
if $cfg['compiler']['runner_path'].nil?
runner_path = $cfg['compiler']['build_path'] + runner_name
test_gen = UnityTestRunnerGenerator.new
test_gen = UnityTestRunnerGenerator.new($cfg_file)
test_gen.run(test, runner_path)
else
runner_path = $cfg['compiler']['runner_path'] + runner_name