mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Use C++11 for the C++ unit test code to make the tests easier to read. Previously we were using a 17 year old standard (!) (g++98) GoogleTest is compiled with some additional flags to avoid some specific warnings. Consider enabling the warnings when upgrading GoogleTest. See https://code.google.com/p/googletest/issues/detail?id=433 Closes #941 |
||
---|---|---|
.. | ||
unit | ||
Makefile |