zephyr/tests/net/all
Xiao Song 3e40c590f8 tests: net: all: move to new ztest API
Move tests/net/all/ to use new ztest API.

Signed-off-by: Xiao Song <songx.xiao@intel.com>
2022-07-05 12:17:32 +00:00
..
src tests: net: all: move to new ztest API 2022-07-05 12:17:32 +00:00
CMakeLists.txt
README.txt
check_net_options.sh
prj.conf tests: net: all: move to new ztest API 2022-07-05 12:17:32 +00:00
testcase.yaml

README.txt

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