Skip to content

Commit 8e3063f

Browse files
werwurmCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 47500a2 commit 8e3063f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

examples/linux/br_external/package/nat20test/Config.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
# <https://www.gnu.org/licenses/>.
3535

3636
config BR2_PACKAGE_NAT20TEST
37-
bool "nat20cli"
37+
bool "nat20test"
3838
depends on BR2_PACKAGE_LIBNAT20
3939
depends on BR2_PACKAGE_OPENSSL
40+
select BR2_PACKAGE_NAT20SW
4041
help
41-
Enable building the nat20test, an integration test for ant20device with nat20sw.
42+
Enable building the nat20test, an integration test for nat20device with nat20sw.

examples/linux/nat20test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ project(NAT20TEST VERSION 0.0.1 LANGUAGES C)
4141
set(CMAKE_C_STANDARD 11)
4242

4343
# CMake shall generate a compile_commands.json file for
44-
# the benfit of clangd based IDE support.
44+
# the benefit of clangd based IDE support.
4545
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
4646

4747

examples/linux/nat20test/nat20_qemu_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# along with this program; if not, see
3636
# <https://www.gnu.org/licenses/>.
3737

38-
# Init wrapper for running nat20clitest.sh in a QEMU VM.
38+
# Init wrapper for running nat20test.sh in a QEMU VM.
3939
# This script is intended to be used as the init process (PID 1).
4040
# It mounts the necessary filesystems, runs the test suite, prints
4141
# a machine-parseable result marker, and powers off the VM.

0 commit comments

Comments
 (0)