mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-29 19:24:27 +01:00
Change gcc.yml default to gcc_32.yml (explicitly compile for 32-bit target)
This commit is contained in:
@@ -25,7 +25,7 @@ task :prepare_for_tests => TEMP_DIRS
|
||||
include RakefileHelpers
|
||||
|
||||
# Load default configuration, for now
|
||||
DEFAULT_CONFIG_FILE = 'gcc.yml'
|
||||
DEFAULT_CONFIG_FILE = 'gcc_32.yml'
|
||||
configure_toolchain(DEFAULT_CONFIG_FILE)
|
||||
|
||||
desc "Test unity with its own unit tests"
|
||||
|
||||
Reference in New Issue
Block a user