[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add googletest
From: |
Leo Famulari |
Subject: |
Re: [PATCH] Add googletest |
Date: |
Wed, 1 Jun 2016 21:49:44 -0400 |
User-agent: |
Mutt/1.6.0 (2016-04-01) |
On Wed, Jun 01, 2016 at 09:57:53AM -0500, Lukas Gradl wrote:
> Leo Famulari <address@hidden> writes:
> > I noticed in the README.md that upstream suggests use of GNU Make unless
> > building from a Git checkout. Did you try that?
>
> I have not tried that. Their README.md left me under the impression
> that tests are not supported useing GNU Make, but I just looked at their
> Makefile and there are test targets, so I can try using the
> gnu-build-system, if that is preferred?
All else being equal, my personal preference is to use GNU tools. But
otherwise, we should use the build system that upstream supports most
fully. Especially, we should use the one that runs the tests.
> It seems they generate c++ header files using pump.py. I will look into
> that more. Python is also needed for tests.
Thanks for looking into that. If the header files are generated by other
code, then we prefer to build them ourselves rather than use the
"pre-compiled" headers.
- Re: [PATCH] Add googletest, Efraim Flashner, 2016/06/01
- Re: [PATCH] Add googletest, Ludovic Courtès, 2016/06/01
- Re: [PATCH] Add googletest, Lukas Gradl, 2016/06/01
- Re: [PATCH] Add googletest,
Leo Famulari <=
- Re: [PATCH] Add googletest, Lukas Gradl, 2016/06/02
- Re: [PATCH] Add googletest, Efraim Flashner, 2016/06/05
- Re: [PATCH] Add googletest, Lukas Gradl, 2016/06/05
- Re: [PATCH] Add googletest, Efraim Flashner, 2016/06/09
- Re: [PATCH] Add googletest, Lukas Gradl, 2016/06/09