From 739ab94d03a3905a6f23b365092141e4f864b930 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Wed, 5 May 2021 10:36:47 +0100 Subject: [PATCH] testing/unity: Select the latest version. Signed-off-by: Abdelatif Guettouche --- testing/unity/Kconfig | 2 +- testing/unity/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/unity/Kconfig b/testing/unity/Kconfig index 2b262547c..8e46422f0 100644 --- a/testing/unity/Kconfig +++ b/testing/unity/Kconfig @@ -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" diff --git a/testing/unity/Makefile b/testing/unity/Makefile index 03c9532f5..ea578c31d 100644 --- a/testing/unity/Makefile +++ b/testing/unity/Makefile @@ -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