mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
ci: Add unit test suite to validate tcp state transitions
This commit is contained in:
committed by
Simon Goldschmidt
parent
a6874a46c6
commit
f50c87da6f
8
test/unit/tcp/test_tcp_state.h
Normal file
8
test/unit/tcp/test_tcp_state.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LWIP_HDR_TEST_TCP_STATE_H
|
||||
#define LWIP_HDR_TEST_TCP_STATE_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
Suite *tcp_state_suite(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user