lwip/test/unit
Joel Cunningham b28e979739 unit: write out XML file
This writes out the results of the unit tests in an XML file called
lwip_unittests.xml in the same directory as the unittests executable.

See https://libcheck.github.io/check/doc/check_html/check_4.html#XML-Logging
for an example of the ouput. Of particular use is the duration field, for
each test and for the entire test run.
2018-03-04 10:42:54 -06:00
..
api socket/netconn recv: FIN should only be reported once 2018-02-04 20:16:53 +01:00
arch minor style change: fixed indentation 2018-01-05 21:30:32 +01:00
core unit: speed up test_pbuf_queueing_bigger_than_64k 2018-03-03 17:43:23 -06:00
dhcp test_dhcp: set link up on net_test netif 2017-11-08 14:42:28 -06:00
etharp test_etharp.c: IANA_HWTYPE_ETHERNET -> LWIP_IANA_HWTYPE_ETHERNET 2017-08-08 12:22:19 +02:00
ip4 Ensure that unit tests leave the stack in a clean state 2017-08-03 22:28:50 +02:00
mdns Possible null-pointer dereference 2017-03-22 22:51:08 +01:00
mqtt Ensure that unit tests leave the stack in a clean state 2017-08-03 22:28:50 +02:00
tcp test: add a unit test for TCP_CHECKSUM_ON_COPY with retransmissions 2018-02-12 12:34:45 +01:00
udp Ensure that unit tests leave the stack in a clean state 2017-08-03 22:28:50 +02:00
Filelists.mk unit tests: added test_netif (checking ext_callbacks only, for now) 2018-01-12 22:27:15 +01:00
lwip_check.h Fix unit tests under linux 2017-08-04 06:17:21 +02:00
lwip_unittests.c unit: write out XML file 2018-03-04 10:42:54 -06:00
lwipopts.h test: enable LWIP_CHECKSUM_ON_COPY and TCP_CHECKSUM_ON_COPY_SANITY_CHECK 2018-02-12 12:32:40 +01:00