File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 -
1717 name : Tests
1818 run : make
19+ -
20+ name : Deploy
21+ run : make deploy
Original file line number Diff line number Diff line change 2727 @rm -rf $(CURDIR ) /build/*
2828 @rm -rf $(CURDIR ) /.pioenvs/*
2929 @rm -rf $(CURDIR ) /.pio/*
30+
31+ .PHONY : deploy
32+ deploy :
33+ cp $(CURDIR ) /external/fakeit/fakeit-repo/single_header/standalone/* $(CURDIR ) /src
34+
Original file line number Diff line number Diff line change 1818 "libCompatMode" : " off"
1919 },
2020 "frameworks" : " arduino" ,
21- "platforms" : " native" ,
22- "dependencies" : {
23- "FakeIt" : " https://github.com/eranpeer/FakeIt.git#2.4.0"
24- }
21+ "platforms" : " native"
2522}
Original file line number Diff line number Diff line change 1111[env:native]
1212platform = native
1313build_flags = -std =gnu++17
14- -I .pio/libdeps/native/FakeIt/single_header/standalone
1514test_build_src = yes
1615
Original file line number Diff line number Diff line change 88#include < cstring>
99#include < cstdint>
1010#include < stdexcept>
11- #include < fakeit.hpp>
11+ #include " fakeit.hpp"
1212
1313#include " arduino/Arduino.h"
1414
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include < fakeit.hpp>
3+ #include " fakeit.hpp"
44
55struct FunctionFake
66{
You can’t perform that action at this time.
0 commit comments