We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abed28 commit 348b3c8Copy full SHA for 348b3c8
README.md
@@ -5,7 +5,11 @@ Forked in order to try to get a clean build using or ArduinoFake using cpputest
5
- https://github.com/FabioBatSilva/ArduinoFake/issues/56
6
- https://github.com/cpputest/cpputest/issues/1768
7
8
-to run: `make`
+to run:
9
+`cmake CMakeLists.txt`
10
+`make`
11
+
12
+Note, I added the static libraries generated by cpputest to the folder `external/cpputest` because I'm not sure how to do that with cmake
13
14
Issues:
15
- While the original is built using `pio test`, This fails
0 commit comments