You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/05/05 13:05:42 UTC

[incubator-nuttx-apps] branch master updated: testing/unity: Select the latest version.

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 739ab94  testing/unity: Select the latest version.
739ab94 is described below

commit 739ab94d03a3905a6f23b365092141e4f864b930
Author: Abdelatif Guettouche <ab...@espressif.com>
AuthorDate: Wed May 5 10:36:47 2021 +0100

    testing/unity: Select the latest version.
    
    Signed-off-by: Abdelatif Guettouche <ab...@espressif.com>
---
 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 2b26254..8e46422 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 03c9532..ea578c3 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