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

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

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


##########
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:
   ```suggestion
   	bool "Enable cJSON test"
   ```



##########
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:
   ```suggestion
   	string "cJSON test directory"
   ```



-- 
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