mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
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.
This commit is contained in:
8
test/unit/dhcp/test_dhcp.h
Normal file
8
test/unit/dhcp/test_dhcp.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __TEST_DHCP_H__
|
||||
#define __TEST_DHCP_H__
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
Suite* dhcp_suite(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user