zephyr/tests/net/all
Robert Lubos 20bdb6ee21 tests: net: all: Add LwM2M to build all test
LwM2M was not covered by networking build all test, leaving an opening
for possible regression in modules that are not enabled by default in
the sample.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-11-03 11:19:40 +01:00
..
src tests: net: remove usage of device_pm_control_nop 2021-04-28 12:53:09 -04:00
check_net_options.sh
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf tests: net: all: Add LwM2M to build all test 2021-11-03 11:19:40 +01:00
README.txt
testcase.yaml tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00

This test tries to enable all possible networking related config options
and build a sample application. The application is not supposed to be run
as typically the generated configuration is not usable.

The check_net_options.sh script can be used in Linux host to generate
a list of missing network related kconfig options from prj.conf file.

TODO:

* separate conflicting configuration options and create new test cases
  for them