mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-22 00:33:46 +08:00
Added unit test that pbuf_copy returns a correct error code for pbuf queues ending with a zero-length pbuf.
This commit is contained in:
8
test/unit/core/test_pbuf.h
Normal file
8
test/unit/core/test_pbuf.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __TEST_PBUF_H__
|
||||
#define __TEST_PBUF_H__
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
Suite *pbuf_suite(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user