zephyr/tests/net/all/README.txt
Jukka Rissanen fcf392c6c8 tests: net: all: Add more options to catch-all test
Add more Kconfig options to prj.conf file. In the future we need
to compile also in other hw than qemu_x86 in which case we need to
create separate test cases for those configurations.

Fixes #15282

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-04-23 10:29:38 +03:00

12 lines
434 B
Plaintext

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