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

Converted MSP430 config to YAML format. Still need to update Unity to support 16-bit and big-endian to get to work.

Modified Unity to use test suite generator in preparation for updates for 16-bit and big endian changes

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@25 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
greg-williams
2009-04-13 14:21:29 +00:00
parent c113a9caa0
commit 8457dd9a55
6 changed files with 90 additions and 270 deletions

View File

@@ -165,7 +165,7 @@ module RakefileHelpers
def run_tests(test_files)
report 'Running system tests...'
report 'Running Unity system tests...'
# Tack on TEST define for compiling unit tests
load_configuration($cfg_file)
@@ -194,6 +194,7 @@ module RakefileHelpers
runner_name = test_base + '_Runner.c'
if $cfg['compiler']['runner_path'].nil?
require 'auto/generate_test_runner'
runner_path = $cfg['compiler']['build_path'] + runner_name
test_gen = UnityTestRunnerGenerator.new
test_gen.run(test, runner_path)