Skip to content

Commit 01d3591

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TESTS: move include trace to test headers
1 parent 0971254 commit 01d3591

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

TESTS/integration/COMMON/common_defines_fs_test.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
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"
2219

2320
#define FS_FAT 1
2421
#define FS_LFS 2

TESTS/integration/COMMON/download_test.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
/*
2121
* Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222
*/
23+
24+
#include "mbed_trace.h"
25+
26+
#define TRACE_GROUP "GRNT"
2327
size_t download_test(NetworkInterface *interface, const unsigned char *data, size_t data_length, size_t buff_size, uint32_t thread_id = 0);
2428

TESTS/integration/COMMON/file_test.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
/*
2121
* Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222
*/
23+
#include "mbed_trace.h"
24+
25+
#define TRACE_GROUP "GRNT"
26+
2327
void file_test_write(const char *file, size_t offset, const unsigned char *data, size_t data_length, size_t block_size);
2428

2529
void file_test_read(const char *file, size_t offset, const unsigned char *data, size_t data_length, size_t block_size);

0 commit comments

Comments
 (0)