diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-08 10:03:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-08 10:03:52 +0200 |
| commit | 1a0e9e43a03e37ddecfb6b49e9b078d6e1803d05 (patch) | |
| tree | c60ec41b4ff4fd2d7566c505cbdd423ceddd65f3 /test/cmake/netxduo | |
| parent | 8b6e03ac30ab688bec02c69d42f2304b7f72a202 (diff) | |
| parent | 4d88828b06d164a5b7e82152395a92254abcd6e4 (diff) | |
Merge pull request #391 from eclipse-threadx/devv6.5.1.202602_reldev
Merging changes for the v.6.5.1.202602 release
Diffstat (limited to 'test/cmake/netxduo')
| -rwxr-xr-x | test/cmake/netxduo/coverage.sh | 11 | ||||
| -rw-r--r-- | test/cmake/netxduo/regression/CMakeLists.txt | 8 | ||||
| -rwxr-xr-x | test/cmake/netxduo/run.sh | 11 |
3 files changed, 28 insertions, 2 deletions
diff --git a/test/cmake/netxduo/coverage.sh b/test/cmake/netxduo/coverage.sh index 435de047..e77ba11e 100755 --- a/test/cmake/netxduo/coverage.sh +++ b/test/cmake/netxduo/coverage.sh @@ -1,4 +1,15 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2024 Microsoft Corporation +# Copyright (c) 2026 Eclipse ThreadX contributors +# +# This program and the accompanying materials are made available under the +# terms of the MIT License which is available at +# https://opensource.org/licenses/MIT. +# +# SPDX-License-Identifier: MIT +############################################################################## + set -e diff --git a/test/cmake/netxduo/regression/CMakeLists.txt b/test/cmake/netxduo/regression/CMakeLists.txt index 32b1b981..794d4b36 100644 --- a/test/cmake/netxduo/regression/CMakeLists.txt +++ b/test/cmake/netxduo/regression/CMakeLists.txt @@ -53,7 +53,10 @@ if("-DNX_BSD_ENABLE" IN_LIST ${CMAKE_BUILD_TYPE}) ${SOURCE_DIR}/bsd_test/netx_bsd_tcp_getsockname_without_bind_test.c ${SOURCE_DIR}/bsd_test/netx_bsd_tcp_rcvbuf_test.c ${SOURCE_DIR}/bsd_test/netx_bsd_tcp_fionread_test.c - ${SOURCE_DIR}/bsd_test/netx_bsd_select_spurious_event_test.c) + ${SOURCE_DIR}/bsd_test/netx_bsd_select_spurious_event_test.c + ${SOURCE_DIR}/bsd_test/netx_bsd_socket_options_test.c + ${SOURCE_DIR}/bsd_test/netx_bsd_select_improvements_test.c + ${SOURCE_DIR}/bsd_test/netx_bsd_recvfromto_test.c) if("-DNX_BSD_RAW_SUPPORT" IN_LIST ${CMAKE_BUILD_TYPE}) list( APPEND @@ -183,7 +186,8 @@ set(ftp_test_cases ${SOURCE_DIR}/ftp_test/netx_ftp_disconnection_event_test.c ${SOURCE_DIR}/ftp_test/netx_ftp_ipv6_epsv_test.c ${SOURCE_DIR}/ftp_test/netx_ftp_pasv_port_test.c - ${SOURCE_DIR}/ftp_test/netx_ftp_pasv_stor_test.c) + ${SOURCE_DIR}/ftp_test/netx_ftp_pasv_stor_test.c + ${SOURCE_DIR}/ftp_test/netx_ftp_server_activity_timeout_test.c) set(http_test_cases ${SOURCE_DIR}/http_test/netx_http_get_put_referred_URI_test.c diff --git a/test/cmake/netxduo/run.sh b/test/cmake/netxduo/run.sh index 84a4eb24..c345775d 100755 --- a/test/cmake/netxduo/run.sh +++ b/test/cmake/netxduo/run.sh @@ -1,4 +1,15 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2024 Microsoft Corporation +# Copyright (c) 2026 Eclipse ThreadX contributors +# +# This program and the accompanying materials are made available under the +# terms of the MIT License which is available at +# https://opensource.org/licenses/MIT. +# +# SPDX-License-Identifier: MIT +############################################################################## + cd $(dirname $0) |
