Hi, On Tue, 2017-10-24 at 14:26 +0200, Andreas J. Reichel wrote: > From: Andreas Reichel <[email protected]> > > Use function faking framework for mocking in unit tests. > Integrate it into the project as git submodule. > > Signed-off-by: Andreas Reichel <[email protected]> > --- > .gitmodules | 3 +++ > fff | 1 + > tools/tests/Makefile.am | 3 ++- > 3 files changed, 6 insertions(+), 1 deletion(-) > create mode 100644 .gitmodules > create mode 160000 fff > > diff --git a/.gitmodules b/.gitmodules > new file mode 100644 > index 0000000..971d7e7 > --- /dev/null > +++ b/.gitmodules > @@ -0,0 +1,3 @@ > +[submodule "fff"] > + path = fff > + url = https://github.com/meekrosoft/fff
Maybe third_party/fff is a better place to put this? Claudius > diff --git a/fff b/fff > new file mode 160000 > index 0000000..719dd8b > --- /dev/null > +++ b/fff > @@ -0,0 +1 @@ > +Subproject commit 719dd8b6a39a34d0dbf71eeccd4bcd8c5e84c9b4 > diff --git a/tools/tests/Makefile.am b/tools/tests/Makefile.am > index ec96981..30dbb85 100644 > --- a/tools/tests/Makefile.am > +++ b/tools/tests/Makefile.am > @@ -15,7 +15,8 @@ OBJCOPY ?= objcopy > AM_CPPFLAGS = \ > -I$(top_srcdir)/include \ > -I$(top_srcdir)/swupdate-adapter \ > - -I$(top_srcdir)/tools > + -I$(top_srcdir)/tools \ > + -I$(top_srcdir)/fff > > AM_CFLAGS = \ > -Wno-unused-parameter \ > -- > 2.14.2 > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: [email protected] PGP key: 6FF2 E59F 00C6 BC28 31D8 64C1 1173 CB19 9808 B153 Keyserver: hkp://pool.sks-keyservers.net -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/1508854122.13007.25.camel%40denx.de. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: This is a digitally signed message part
