testing/unity: Select the latest version.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-05-05 10:36:47 +01:00 committed by Xiang Xiao
parent a12f9d967c
commit 739ab94d03
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ config TESTING_UNITY_URL
config TESTING_UNITY_VERSION config TESTING_UNITY_VERSION
string "Version number" string "Version number"
default "2.4.3" default "2.5.2"
config TESTING_UNITY_EXCLUDE_SETJMP config TESTING_UNITY_EXCLUDE_SETJMP
bool "Exclude SETJMP" bool "Exclude SETJMP"

View File

@ -42,7 +42,7 @@ include $(APPDIR)/Make.defs
WD := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'} WD := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'}
CONFIG_TESTING_UNITY_URL ?= "https://github.com/ThrowTheSwitch/Unity/archive" CONFIG_TESTING_UNITY_URL ?= "https://github.com/ThrowTheSwitch/Unity/archive"
CONFIG_TESTING_UNITY_VERSION ?= "2.4.3" CONFIG_TESTING_UNITY_VERSION ?= "2.5.2"
UNITY_VERSION = $(patsubst "%",%,$(strip $(CONFIG_TESTING_UNITY_VERSION))) UNITY_VERSION = $(patsubst "%",%,$(strip $(CONFIG_TESTING_UNITY_VERSION)))
UNITY_TARBALL = v$(UNITY_VERSION).tar.gz UNITY_TARBALL = v$(UNITY_VERSION).tar.gz