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:
Aniruddha Kanhere 2020-06-02 15:09:25 -07:00 committed by GitHub
parent 0eb5909fb0
commit 6efc39f44b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 12888 additions and 15 deletions

View file

@ -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. */