[geos-commits] [SCM] GEOS branch master updated. e1eb3dde2638721c138525bf3095a1ee9c5b8fa8

git at osgeo.org git at osgeo.org
Wed May 22 08:51:13 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, master has been updated
       via  e1eb3dde2638721c138525bf3095a1ee9c5b8fa8 (commit)
      from  3bd25055aaa0f50cf4a773d95172ef150be3bca9 (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 e1eb3dde2638721c138525bf3095a1ee9c5b8fa8
Author: Daniel Baston <dbaston at gmail.com>
Date:   Wed May 22 11:50:24 2019 -0400

    [CMake] Exclude perf tests from make check

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index bb996be..c9d8883 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -8,7 +8,8 @@
 # by the Free Software Foundation.
 # See the COPYING file for more information.
 ################################################################################
-add_custom_target(check COMMAND ctest)
+add_custom_target(check COMMAND ctest --exclude-regex perf
+        DEPENDS )
 
 add_subdirectory(unit)
 add_subdirectory(xmltester)

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

Summary of changes:
 tests/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list