PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

7 lines
133B

  1. #include "unit-tests.h"
  2. int main(int argc, char **argv) {
  3. ::testing::InitGoogleTest(&argc, argv);
  4. return RUN_ALL_TESTS();
  5. }