1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

- make test runner handle spaces and dashes in file names

This commit is contained in:
mvandervoord
2012-11-25 15:52:27 -05:00
parent 292a6eac9e
commit 97000e0104
4 changed files with 10 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ require HERE+'rakefile_helper'
include RakefileHelpers
# Load default configuration, for now
DEFAULT_CONFIG_FILE = 'gcc.yml'
DEFAULT_CONFIG_FILE = 'gcc_32.yml'
configure_toolchain(DEFAULT_CONFIG_FILE)
task :unit do