Run test suite.

Dirk Hohndel dirk at hohndel.org
Thu Jul 5 12:31:02 PDT 2018



> On Jul 5, 2018, at 11:47 AM, Jan Iversen <jani at apache.org> wrote:
> 
> Just controlled CMakelists.txt it sets (as you wrote) MAKE_TESTS on, but when I do
> 
> c:subsurface jani$ vi CMakeLists.txt
> janMac:subsurface jani$ make check
> make: *** No rule to make target `check'.  Stop.

You need to be in your build directory, right?
And then it may complain about not finding libgit2.26.dylib - so you need to make sure that you either fix up the binaries or have that in your library search path.

After that it should work.

/D



More information about the subsurface mailing list