zephyr/tests/net/lib
Anas Nashif cffe98d9de crc: Make the build of crc function dependent on a Kconfig
Add CONFIG_CRC for building CRC related routines.
CRC routines are now being built for each application, whether used or
not and are add in the build system unconditionally.

Keep CONFIG_CRC enabled by default for now and until all users have
converted to use the new option.

Partial fix for #50654

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-23 13:30:00 +01:00
..
coap tests: net: lib: coap: test coap_handle_request() for invalid request code. 2022-09-12 10:53:34 +00:00
dns_addremove tests/net/lib/dns_addremove: Initialize resolver objects 2022-10-17 10:13:56 +02:00
dns_packet crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
dns_resolve test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
dns_sd tests: net: dns_sd: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
http_header_fields include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
lwm2m net: lwm2m: LwM2M engine time API update 2022-10-24 10:39:03 +02:00
mqtt_packet test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mqtt_publisher ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
mqtt_pubsub ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
mqtt_sn_client tests: net: mqtt-sn: Add test for MQTT-SN client 2022-11-09 10:43:00 +01:00
mqtt_sn_packet tests: net: mqtt-sn: Add encoding/decoding test 2022-11-09 10:43:00 +01:00
mqtt_subscriber ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
tls_credentials tests: net: lib: move tls_credentials to new ztest API 2022-09-02 10:54:29 +00:00