1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Fixed test build on Fedora and Ubuntu with native clang

This commit is contained in:
Mark Haslinghuis 2020-10-20 13:09:14 +02:00
parent b582411bcd
commit b88f948004
2 changed files with 18 additions and 8 deletions

View file

@ -43,12 +43,5 @@ In most Linux distributions the user won't have access to serial interfaces by d
Please log out and log in to active the settings. You should now be able to flash your target using Betaflight Configurator.
### Unit tests
To be able to run unit tests clang version 8 is required.
$ sudo apt get install clang-8 libblocksruntime-dev
$ make junittest
Credit goes to K.C. Budd, AKfreak for testing, and pulsar for doing the long legwork that yielded the original content of this document.