lwip/test/unit/dhcp/test_dhcp.h
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