Skip to content

Commit ed99435

Browse files
committed
tweaks to target scheme
1 parent cc00ca6 commit ed99435

9 files changed

Lines changed: 6 additions & 2 deletions

test/rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ task :prepare_for_tests => TEMP_DIRS
2828
include RakefileHelpers
2929

3030
# Load proper GCC as defult configuration
31-
DEFAULT_CONFIG_FILE = 'gcc_auto_stdint.yml'
31+
DEFAULT_CONFIG_FILE = 'gcc_64_auto_stdint.yml'
3232
configure_toolchain(DEFAULT_CONFIG_FILE)
3333

3434
############# ALL THE SELF-TESTS WE CAN PERFORM

test/targets/clang_file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@
7474
- UNITY_INCLUDE_DOUBLE
7575
- UNITY_SUPPORT_64
7676
- UNITY_OUTPUT_RESULTS_FILE
77+
- UNITY_POINTER_WIDTH=64

test/targets/clang_strict.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@
7474
- UNITY_SUPPORT_TEST_CASES
7575
- UNITY_SUPPORT_64
7676
- UNITY_COMPARE_PTRS_ON_ZERO_ARRAY
77+
- UNITY_POINTER_WIDTH=64

test/targets/gcc_32.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@
4747
- UNITY_SUPPORT_TEST_CASES
4848
- UNITY_INT_WIDTH=32
4949
- UNITY_LONG_WIDTH=32
50+
- UNITY_SUPPORT_64

test/targets/gcc_64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@
4848
- UNITY_SUPPORT_64
4949
- UNITY_INT_WIDTH=32
5050
- UNITY_LONG_WIDTH=64
51+
- UNITY_POINTER_WIDTH=64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
- UNITY_INCLUDE_DOUBLE
4646
- UNITY_SUPPORT_TEST_CASES
4747
- UNITY_EXCLUDE_TESTING_NEW_COMMENTS
48-
- UNITY_SUPPORT_64
48+
- UNITY_SUPPORT_64

0 commit comments

Comments
 (0)