Skip to content

ryanplusplus/ArduinoFake-cpputest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ArduinoFake with cpputest

Minimal example demonstrating the error encountered when trying to include ArduinoFake using cpputest to hopefully resolve the following:

Initially, it should compile and run a single passing test successfully.

to run:

  • mkdir test/build && cd test/build
  • cmake ..
  • cmake --build .
  • ./first_test

To see the error, uncomment any of the 3 #include statements in test/includes/MyMemoryLeakDetectorNewMacrosFile.h, rebuild and re-run via:

  • cmake --build .
  • ./first_test

About

Arduino mocking made easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 44.1%
  • C++ 37.9%
  • C 18.0%