You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/26 02:30:49 UTC

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1502: netutils/cjson: Enable cjson test

xiaoxiang781216 commented on code in PR #1502:
URL: https://github.com/apache/nuttx-apps/pull/1502#discussion_r1087382333


##########
netutils/cjson/Kconfig:
##########
@@ -20,4 +20,16 @@ config NETUTILS_CJSON_VERSION
 	string "Version number"
 	default "1.7.12"
 
+config NETUTILS_CJSON_TEST
+	bool "enable cjson test"

Review Comment:
   Done.



##########
netutils/cjson/Kconfig:
##########
@@ -20,4 +20,16 @@ config NETUTILS_CJSON_VERSION
 	string "Version number"
 	default "1.7.12"
 
+config NETUTILS_CJSON_TEST
+	bool "enable cjson test"
+	default n
+
+if NETUTILS_CJSON_TEST
+
+config CJSON_UNITY_TEST_DIR
+	string "cjson test dir"

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org