- updated cmock scripts to use the new generator (duh)

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@141 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mvandervoord
2009-08-24 14:09:37 +00:00
parent c524ae7c9d
commit 1ed579f206
+1 -3
View File
@@ -204,9 +204,7 @@ module RakefileHelpers
# Generate and build the test suite runner
runner_name = test_base + '_runner.c'
runner_path = $cfg['compiler']['source_path'] + runner_name
test_gen = UnityTestRunnerGenerator.new
gen_inc, gen_opt = UnityTestRunnerGenerator::grab_config(SYSTEST_GENERATED_FILES_PATH + cmock_config)
test_gen.run(test, runner_path, gen_inc, gen_opt)
UnityTestRunnerGenerator.new(SYSTEST_GENERATED_FILES_PATH + cmock_config).run(test, runner_path)
compile(runner_path)
obj_list << runner_name.ext($cfg['compiler']['object_files']['extension'])