mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Adding note about GCC version for unit tests in the Developer docs.
This commit is contained in:
parent
c29900f012
commit
25fe9f73df
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ You can also step-debug the tests in eclipse and you can use the GoogleTest test
|
||||||
|
|
||||||
The tests are currently always compiled with debugging information enabled, there may be additional warnings, if you see any warnings please attempt to fix them and submit pull requests with the fixes.
|
The tests are currently always compiled with debugging information enabled, there may be additional warnings, if you see any warnings please attempt to fix them and submit pull requests with the fixes.
|
||||||
|
|
||||||
|
Tests are verified and working with GCC 4.9.2.
|
||||||
|
|
||||||
## Using git and github
|
## Using git and github
|
||||||
|
|
||||||
Ensure you understand the github workflow: https://guides.github.com/introduction/flow/index.html
|
Ensure you understand the github workflow: https://guides.github.com/introduction/flow/index.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue