mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Fix little typo
This commit is contained in:
parent
d857f33490
commit
d48a6d5e32
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Note: Tests are written in C++ and linked with with firmware's C code.
|
|||
|
||||
### Running the tests.
|
||||
|
||||
The tests and test build system is very simple and based of the googletest example files, it will be improved in due course. From the root folder of the project simply do:
|
||||
The tests and test build system is very simple and based off the googletest example files, it will be improved in due course. From the root folder of the project simply do:
|
||||
|
||||
```
|
||||
make test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue