On 2017-10-24 17:41, [ext] Andreas Reichel wrote: > On Tue, Oct 24, 2017 at 04:08:42PM +0200, Claudius Heine wrote: >> 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? >> > If you like this better... Jan what do you think?
I would prefer to have a correlation with the use case of this: something like "testing/fff" or - if this will remain tools-only - even tools/tests/fff. Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- 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/989d1405-8f55-a4d9-d062-378c058470e2%40siemens.com. For more options, visit https://groups.google.com/d/optout.
