File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
features/frameworks/greentea-client Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 22
22
#define GREENTEA_CLIENT_TEST_ENV_H_
23
23
24
24
#ifdef __cplusplus
25
- #ifdef YOTTA_GREENTEA_CLIENT_VERSION_STRING
26
- #define MBED_GREENTEA_CLIENT_VERSION_STRING YOTTA_GREENTEA_CLIENT_VERSION_STRING
27
- #else
28
25
#define MBED_GREENTEA_CLIENT_VERSION_STRING "1.3.0"
29
- #endif
30
26
31
27
#include <stdio.h>
32
28
41
37
#endif
42
38
43
39
/**
44
- * Auxilary macros to keep mbed-drivers compatibility with utest before greentea-client
40
+ * Ensure compatibility with utest
45
41
*/
46
42
#define TEST_ENV_TESTCASE_COUNT GREENTEA_TEST_ENV_TESTCASE_COUNT
47
43
#define TEST_ENV_TESTCASE_START GREENTEA_TEST_ENV_TESTCASE_START
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ extern bool coverage_report;
158
158
*
159
159
* Generates preamble of message sent to notify host about code coverage data dump.
160
160
*
161
- * This function is used by mbedOS software
162
- * (see: mbed-drivers/source/retarget .cpp file ) to generate code coverage
161
+ * This function is used by Mbed OS
162
+ * (see: mbed-os/platform/mbed_retarget .cpp) to generate code coverage
163
163
* messages to host. When code coverage feature is turned on slave will
164
164
* print-out code coverage data in form of key-value protocol.
165
165
* Message with code coverage data will contain message name, path to code
@@ -176,8 +176,8 @@ void greentea_notify_coverage_start(const char *path) {
176
176
/* *
177
177
* \brief Sufix for code coverage message to master (closing statement)
178
178
*
179
- * This function is used by mbedOS software
180
- * (see: mbed-drivers/source/retarget .cpp file ) to generate code coverage
179
+ * This function is used by Mbed OS
180
+ * (see: mbed-os/platform/mbed_retarget .cpp) to generate code coverage
181
181
* messages to host. When code coverage feature is turned on slave will
182
182
* print-out code coverage data in form of key-value protocol.
183
183
* Message with code coverage data will contain message name, path to code
You can’t perform that action at this time.
0 commit comments