[geos-commits] [SCM] GEOS branch 3.7 updated. 6b64a820d18365fc2170cd6f36d8256c4f806ec3

git at osgeo.org git at osgeo.org
Fri Oct 18 10:33:07 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  6b64a820d18365fc2170cd6f36d8256c4f806ec3 (commit)
      from  b3202778345eea00d39b0b201185caf27e2bc8a2 (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 6b64a820d18365fc2170cd6f36d8256c4f806ec3
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Oct 18 13:32:55 2019 -0400

    Add algorithm perf tests to CMakeLists

diff --git a/tests/perf/CMakeLists.txt b/tests/perf/CMakeLists.txt
index 034c6eb..367cab1 100644
--- a/tests/perf/CMakeLists.txt
+++ b/tests/perf/CMakeLists.txt
@@ -25,6 +25,7 @@ if(GEOS_ENABLE_TESTS)
   add_test(perf_class_sizes
     ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/perf_class_sizes)
 
+  add_subdirectory(algorithm)
   add_subdirectory(operation)
   add_subdirectory(capi)
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list