File tree Expand file tree Collapse file tree
br_external/package/nat20test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434# <https://www.gnu.org/licenses/>.
3535
3636config 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.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ project(NAT20TEST VERSION 0.0.1 LANGUAGES C)
4141set (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.
4545set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
4646
4747
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments