[geos-devel] [geos-commits] [SCM] GEOS branch master updated. a276208d4e887895ce841f76d5a71131d7f49cc1
Sandro Santilli
strk at kbt.io
Mon Apr 15 00:02:23 PDT 2019
On Fri, Apr 12, 2019 at 10:33:49AM -0700, git at osgeo.org wrote:
> commit a276208d4e887895ce841f76d5a71131d7f49cc1
> Author: Martin Davis <mtnclimb at 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;
More information about the geos-devel
mailing list