From 72ca191840e22dc586e2ee4fcce727316cc378cd Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Wed, 22 Sep 2010 01:21:32 +0000 Subject: [PATCH] - 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 --- examples/rakefile_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rakefile_helper.rb b/examples/rakefile_helper.rb index 55e6c39..54be5d1 100644 --- a/examples/rakefile_helper.rb +++ b/examples/rakefile_helper.rb @@ -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