mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Add Project for running integration tests v2 (#80)
* Project for integration tests * relative paths in project files * relative paths in project files-1 * relative paths in project files-2 * addressed comments * addressed comments v2 Co-authored-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
This commit is contained in:
parent
0eb5909fb0
commit
6efc39f44b
42 changed files with 12888 additions and 15 deletions
|
@ -3494,8 +3494,8 @@ const ListItem_t *pxEndTCP = ipPOINTER_CAST( const ListItem_t *, listGET_END_MAR
|
|||
#endif /* ipconfigUSE_TCP == 1 */
|
||||
|
||||
/* Provide access to private members for testing. */
|
||||
#ifdef AMAZON_FREERTOS_ENABLE_UNIT_TESTS
|
||||
#include "iot_freertos_tcp_test_access_tcp_define.h"
|
||||
#ifdef FREERTOS_ENABLE_UNIT_TESTS
|
||||
#include "freertos_tcp_test_access_tcp_define.h"
|
||||
#endif
|
||||
|
||||
/* Provide access to private members for verification. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue