Skip to content

Commit 4467e42

Browse files
gabor-toth-armadeaarm
authored andcommitted
RSE: Unittests: Update unity version to 2.6.1
The previously used Unity tag triggered a "missing-declarations" error because the functions IsStringInBiggerString and UnityStringArgumentMatches were used in only one source file but were not declared as static. This issue has been resolved in the new version. Change-Id: I06e41ae0063eca8774e9e25be822c25c15129d9f Signed-off-by: Gabor Toth <[email protected]>
1 parent cfefb73 commit 4467e42

File tree

1 file changed

+1
-1
lines changed
  • platform/ext/target/arm/rse/common/unittests/framework/unity

1 file changed

+1
-1
lines changed

platform/ext/target/arm/rse/common/unittests/framework/unity/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set(FETCHCONTENT_QUIET FALSE)
99

1010
set(UNITY_PATH "DOWNLOAD" CACHE PATH "Path to Unity (or DOWNLOAD to fetch automatically)")
11-
set(UNITY_TAG "v2.6.0" CACHE STRING "Unity version to use")
11+
set(UNITY_TAG "v2.6.1" CACHE STRING "Unity version to use")
1212

1313
fetch_remote_library(
1414
LIB_NAME unity

0 commit comments

Comments
 (0)