1
0
mirror of https://github.com/lwip-tcpip/lwip.git synced 2025-03-25 16:44:04 +00:00
Erik Ekman 679d3fd5b3 Add unit tests for DHCP
Three simple tests that test the basic functionality of the DHCP client.
They require that UDP checksums are off for now.
2012-03-25 15:34:31 +02:00

9 lines
110 B
C

#ifndef __TEST_DHCP_H__
#define __TEST_DHCP_H__
#include "../lwip_check.h"
Suite* dhcp_suite(void);
#endif