Hi Olof,
On Sat, 16 Apr 2016 09:58:40 +0200 Olof Bjarnason <olof.bjarnason@...400...> wrote:
On 16 April 2016 at 09:04, Shlomi Fish <shlomif@...2985...> wrote:
Hi Olof,
On Fri, 15 Apr 2016 22:48:24 +0200 Olof Bjarnason <olof.bjarnason@...400...> wrote:
I have now managed to build with GTESTs, run output shows 1 of 1 tests passing. Is that expected?
Test project /home/vagrant/build-inkscape Start 1: BaseTest 1/1 Test #1: BaseTest ......................... Passed 0.42 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.42 sec [100%] Built target check
That is what I am getting as well, so it seems fine. We can try comparing with the GNU Autoconf based "make check" target.
Yes, that sounds like a good next step.
A short follow up on this: when I ran "sudo make install" everything started rebuilding. Is that expected? Are the object files altered by "make check", so that a full rebuild is necessary?
I don't think they are, but "make check" does not build everything - only what is necessary to run the tests. You should do a plain "make" too before "make install" because root may have different ccache settings/etc.
Regards,
Shlomi Fish