1
0
Fork 0
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:
Dominic Clifton 2015-05-29 19:53:21 +01:00
parent c29900f012
commit 25fe9f73df

View file

@ -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