Skip to content

Commit 4af9e9e

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TESTS: Fix integration tests
1 parent f2d211b commit 4af9e9e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

TESTS/integration/COMMON/common_defines_net_test.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19+
#include "mbed_trace.h"
20+
21+
#define TRACE_GROUP "GRNT"
1922

2023
#define ETHERNET 1
2124
#define WIFI 2

TESTS/integration/COMMON/download_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "unity/unity.h"
2828
#include "greentea-client/test_env.h"
2929
#include <string>
30-
#include "common_defines_test.h"
30+
#include "common_defines_net_test.h"
3131

3232
#define MAX_THREADS 5
3333

TESTS/integration/COMMON/file_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "mbed.h"
2626
#include "unity/unity.h"
27-
#include "common_defines_test.h"
27+
#include "common_defines_fs_test.h"
2828

2929
void file_test_write(const char *file, size_t offset, const unsigned char *data, size_t data_length, size_t block_size)
3030
{

0 commit comments

Comments
 (0)