graial

Results 13 comments of graial

The ArduinoFake example projects and tests (using Unity) work for me. I attempted to use the same approach to build cpputest in [this repo](https://github.com/graial/ArduinoFake-cpputest) and it fails on the same...

I've now gotten this to a [minimal reproducible example](https://github.com/graial/ArduinoFake-cpputest) via cmake. i believe that the lines: `set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON)` establish the `-std=gnu++17` specification cheers

Greetings @FabioBatSilva, just wanted to mention that with some help on the cpputest forum, I was able to clear this. https://github.com/graial/ArduinoFake-cpputest my forked repo is now building but encountering a...