mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
679d3fd5b3
Three simple tests that test the basic functionality of the DHCP client. They require that UDP checksums are off for now.
9 lines
110 B
C
9 lines
110 B
C
#ifndef __TEST_DHCP_H__
|
|
#define __TEST_DHCP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* dhcp_suite(void);
|
|
|
|
#endif
|