File tree Expand file tree Collapse file tree 5 files changed +10199
-3
lines changed
Expand file tree Collapse file tree 5 files changed +10199
-3
lines changed Original file line number Diff line number Diff line change 11default_target : all
22
33.PHONY : all
4- all : clean build test clean
4+ all : clean build deploy test clean
55
66.PHONY : cmake
77cmake :
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 1+ Subproject commit cb39d8a053876f74dfeed66dd335d3041f142095
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