[geos-commits] [SCM] GEOS branch 3.7 updated. 3c67085207e3223d6e020474d7dc16a056e6fd2b

git at osgeo.org git at osgeo.org
Mon Sep 16 18:42:21 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, 3.7 has been updated
       via  3c67085207e3223d6e020474d7dc16a056e6fd2b (commit)
      from  2fb12150ff770cd118b183cc11d17c4f23872f4d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3c67085207e3223d6e020474d7dc16a056e6fd2b
Author: Daniel Baston <dbaston at gmail.com>
Date:   Mon Sep 16 14:38:35 2019 -0400

    Add overlay perf test

diff --git a/tests/perf/capi/CMakeLists.txt b/tests/perf/capi/CMakeLists.txt
index 15e5c78..9019629 100644
--- a/tests/perf/capi/CMakeLists.txt
+++ b/tests/perf/capi/CMakeLists.txt
@@ -16,3 +16,9 @@ add_executable(perf_memleak_mp_prep memleak_mp_prep.c)
 target_link_libraries(perf_memleak_mp_prep geos_c)
 
 add_test(perf_memleak_mp_prep ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/perf_memleak_mp_prep)
+
+add_test(perf_memleak_mp_prep ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/perf_memleak_mp_prep)
+
+add_executable(perf_intersection IntersectionPerfTest.cpp)
+target_link_libraries(perf_intersection geos_c)
+

-----------------------------------------------------------------------

Summary of changes:
 tests/perf/capi/CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list