mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-25 04:29:57 +00:00
- 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:
+1
-3
@@ -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'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user