mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-05 21:15:22 +00:00
tweaks to target scheme
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ task :prepare_for_tests => TEMP_DIRS
|
||||
include RakefileHelpers
|
||||
|
||||
# Load proper GCC as defult configuration
|
||||
DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'
|
||||
DEFAULT_CONFIG_FILE = 'gcc_64_auto_stdint.yml'
|
||||
configure_toolchain(DEFAULT_CONFIG_FILE)
|
||||
|
||||
############# ALL THE SELF-TESTS WE CAN PERFORM
|
||||
|
||||
@@ -74,3 +74,4 @@
|
||||
- UNITY_INCLUDE_DOUBLE
|
||||
- UNITY_SUPPORT_64
|
||||
- UNITY_OUTPUT_RESULTS_FILE
|
||||
- UNITY_POINTER_WIDTH=64
|
||||
|
||||
@@ -74,3 +74,4 @@
|
||||
- UNITY_SUPPORT_TEST_CASES
|
||||
- UNITY_SUPPORT_64
|
||||
- UNITY_COMPARE_PTRS_ON_ZERO_ARRAY
|
||||
- UNITY_POINTER_WIDTH=64
|
||||
|
||||
@@ -47,3 +47,4 @@
|
||||
- UNITY_SUPPORT_TEST_CASES
|
||||
- UNITY_INT_WIDTH=32
|
||||
- UNITY_LONG_WIDTH=32
|
||||
- UNITY_SUPPORT_64
|
||||
|
||||
@@ -48,3 +48,4 @@
|
||||
- UNITY_SUPPORT_64
|
||||
- UNITY_INT_WIDTH=32
|
||||
- UNITY_LONG_WIDTH=64
|
||||
- UNITY_POINTER_WIDTH=64
|
||||
|
||||
Reference in New Issue
Block a user