@@ -139,22 +139,22 @@ Let's run this test (tip: to see all tests, run `mbed test --compile-list`):
139
139
$ mbed test -t GCC_ARM -m auto -v -n tests-test-group-simple-test
140
140
```
141
141
142
- This will yield (on a K64F ):
142
+ This will yield (on a NUCLEO F411RE ):
143
143
144
144
```
145
145
mbedgt: test suite report:
146
- +--------------+---------------+------------------------------+--------+--------------------+-------------+
147
- | target | platform_name | test suite | result | elapsed_time (sec) | copy_method |
148
- +--------------+---------------+------------------------------+--------+--------------------+-------------+
149
- | K64F -GCC_ARM | K64F | tests-test-group-simple-test | OK | 16.84 | default |
150
- +--------------+---------------+------------------------------+--------+--------------------+-------------+
146
+ +----------------------- +---------------+------------------------------+--------+--------------------+-------------+
147
+ | target | platform_name | test suite | result | elapsed_time (sec) | copy_method |
148
+ +----------------------- +---------------+------------------------------+--------+--------------------+-------------+
149
+ | NUCLEO_F411RE -GCC_ARM | NUCLEO_F411RE | tests-test-group-simple-test | OK | 16.84 | default |
150
+ +----------------------- +---------------+------------------------------+--------+--------------------+-------------+
151
151
mbedgt: test suite results: 1 OK
152
152
mbedgt: test case report:
153
- +--------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
154
- | target | platform_name | test suite | test case | passed | failed | result | elapsed_time (sec) |
155
- +--------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
156
- | K64F -GCC_ARM | K64F | tests-test-group-simple-test | simple test | 1 | 0 | OK | 0.01 |
157
- +--------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
153
+ +----------------------- +---------------+------------------------------+-------------+--------+--------+--------+--------------------+
154
+ | target | platform_name | test suite | test case | passed | failed | result | elapsed_time (sec) |
155
+ +----------------------- +---------------+------------------------------+-------------+--------+--------+--------+--------------------+
156
+ | NUCLEO_F411RE -GCC_ARM | NUCLEO_F411RE | tests-test-group-simple-test | simple test | 1 | 0 | OK | 0.01 |
157
+ +----------------------- +---------------+------------------------------+-------------+--------+--------+--------+--------------------+
158
158
mbedgt: test case results: 1 OK
159
159
mbedgt: completed in 18.64 sec
160
160
```
0 commit comments