You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,6 @@ to run:
8
8
-`cmake --build .`
9
9
-`./first_test`
10
10
11
-
The example currently fails with 'fakeit::UnexpectedMethodCallException' because it is apparently trying to call `loop()` from `fakeit` rather than `src/blink.cpp`
11
+
*if you need to rebuild the blink object, you can run `g++ -c src/blink.cpp -o test/objs/blink.o -D UNIT_TEST -I test/build/_deps/arduinofake-src/src/`*
12
+
13
+
The example currently fails with 'fakeit::UnexpectedMethodCallException' because it is apparently trying to call `loop()` from `fakeit` rather than `src/blink.cpp`
0 commit comments