testing/unity: Select the latest version.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
a12f9d967c
commit
739ab94d03
@ -17,7 +17,7 @@ config TESTING_UNITY_URL
|
||||
|
||||
config TESTING_UNITY_VERSION
|
||||
string "Version number"
|
||||
default "2.4.3"
|
||||
default "2.5.2"
|
||||
|
||||
config TESTING_UNITY_EXCLUDE_SETJMP
|
||||
bool "Exclude SETJMP"
|
||||
|
@ -42,7 +42,7 @@ include $(APPDIR)/Make.defs
|
||||
WD := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'}
|
||||
|
||||
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_TARBALL = v$(UNITY_VERSION).tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user