wangchdo commented on code in PR #3333:
URL: https://github.com/apache/nuttx-apps/pull/3333#discussion_r2696972272
##########
system/sensortest/sensortest.c:
##########
@@ -300,10 +302,12 @@ int main(int argc, FAR char *argv[])
return -EINVAL;
}
+#ifdef CONFIG_ENABLE_ALL_SIGNALS
Review Comment:
I chose to remove the test from build.
##########
examples/usrsocktest/usrsocktest_wake_with_signal.c:
##########
@@ -560,8 +632,11 @@ static void do_wake_test(enum e_test_type type, int flags)
for (tidx = 0; tidx < nthreads; tidx++)
{
+#ifdef CONFIG_ENABLE_ALL_SIGNALS
Review Comment:
Done
##########
examples/usrsocktest/usrsocktest_wake_with_signal.c:
##########
@@ -454,6 +517,11 @@ static void do_usrsock_blocking_poll_thread(FAR void
*param)
TEST_ASSERT_TRUE(test_abort);
TEST_ASSERT_TRUE(test_hang || !test_hang);
+#ifndef CONFIG_ENABLE_ALL_SIGNALS
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]