diff options
Diffstat (limited to 'lab_6/unity/test/rakefile')
| -rw-r--r-- | lab_6/unity/test/rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lab_6/unity/test/rakefile b/lab_6/unity/test/rakefile index 779605e..94abf48 100644 --- a/lab_6/unity/test/rakefile +++ b/lab_6/unity/test/rakefile @@ -23,8 +23,8 @@ task :prepare_for_tests => TEMP_DIRS include RakefileHelpers
-# Load proper GCC as defult configuration
-DEFAULT_CONFIG_FILE = 'gcc_32.yml'
+# Load proper GCC as default configuration +DEFAULT_CONFIG_FILE = 'gcc_64.yml' configure_toolchain(DEFAULT_CONFIG_FILE)
desc "Test unity with its own unit tests"
|