On Fri, Apr 12, 2019 at 10:33:49AM -0700, g...@osgeo.org wrote:

> commit a276208d4e887895ce841f76d5a71131d7f49cc1
> Author: Martin Davis <mtncl...@gmail.co>
> Date:   Fri Apr 12 10:33:28 2019 -0700
> 
>     Add tests README
> 

[...]

> +### Autotools
> +
> +* Executables are in-tree
> +  * `tests/unit/geos_unit`
> +  * `tests/xmltests/XMLtester`
> +
> +### CMake
> +
> +* Executables are in build directory (usually `../build`)
> +  * `../build/bin/test_geos_unit`
> +  * `../build/bin/test_xmltester`

The differenc above is not true, GEOS executables are also
in "build directory". Where the build directory is depends
on where you call "configure" from. This will work:

  src$ mkdir ../bld && cd ../build
  build$ ../src/configure && make

With the above setup the executables will be in:

    build/unit/geos_unit
    build/xmltess/XMLtester

--strk;
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to