We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec45413 commit 3b19991Copy full SHA for 3b19991
tools/cmake/README.md
@@ -92,7 +92,7 @@ $ mbedtools configure -t <TOOLCHAIN> -m <MBED_TARGET>
92
```
93
* Run the following command to build the test binary with the baremetal profile
94
95
- touch mbed-os.lib && mkdir build && cd build && cmake .. -G Ninja -DMBED_BAREMETAL_GREENTEA_TEST=ON && cmake --build .
+ touch mbed-os.lib && mkdir cmake_build && cd cmake_build && cmake .. -G Ninja -DMBED_BAREMETAL_GREENTEA_TEST=ON && cmake --build .
96
97
98
Note: These steps will change when `mbedtools` implements a sub-command to invoke Greentea tests
0 commit comments