graial

Results 13 comments of graial

I've created a minimal example in [this repo](https://github.com/graial/blink-arduino-cpputest) to troubleshoot this. I am trying from both the docker container and also a native build on my cpu (c++13.2.1). After reading...

Ah shoot! I didn't notice that submodules cant be viewed on github. I've re-added cpputest-stater and ArduinoFake without the submodule. To your question The only line above includes TestHarness.h see...

Same error when ArduinoFake is imported before TestHarness. I've also tried adjusting a compiler flag on suggestion of FabioBatSilva https://github.com/FabioBatSilva/ArduinoFake/issues/56

Just a quick update that i encountered the same error from the opposite direction by adapting ArduinoFake's example project (using unity) to use cpputest instead https://github.com/graial/ArduinoFake-cpputest

Good evening, Today I was able to reduce that last to to a minimum reproducible example via cmake and the code sample provided in the [last section of the cpputest...

Hi Ali, This pull request from Ryan is what showed me how to include libs in the proper order using cmake. https://github.com/graial/ArduinoFake-cpputest/pulls?q=is%3Apr+is%3Aclosed Have a look, give it a try, if...

Afternoon Ali, The containers on that cyber-dojo link seem to freeze when I try to run. So I can't try to tweak myself, but this is the relevant section of...

Good morning, commenting in order to follow this development and perhaps also help with the TLS implementation when the time comes. Cheers

Good evening and thank you for your response. No luck with gnu++17 though. these are the default compiler flags used by cpputest -pedantic -Wno-missing-prototypes -Wno-strict-prototypes -Wno-c++14-compat --std=gnu++17 // was originally...

yes, correct. and if that #include is removed, the test suite completes successfully So there seems to be something in the makefile or compiler chain that is unhappy