[geos-commits] [SCM] GEOS branch master updated. 91ed20d01a8894970b6164a9d5d887478076b6c3
git at osgeo.org
git at osgeo.org
Thu Feb 7 09:45:44 PST 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 91ed20d01a8894970b6164a9d5d887478076b6c3 (commit)
from 860ffdc9d94bca4d57c59f18f0873b060cdd2069 (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 91ed20d01a8894970b6164a9d5d887478076b6c3
Author: mdavis <mtnclimb at gmail.com>
Date: Thu Feb 7 09:45:43 2019 -0800
Disable cmake perf tests (#61)
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fc8eee6..788fa2f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -14,4 +14,6 @@
add_subdirectory(unit)
add_subdirectory(xmltester)
add_subdirectory(bigtest)
-add_subdirectory(perf)
+
+# don't run perf tests by default
+#add_subdirectory(perf)
-----------------------------------------------------------------------
Summary of changes:
tests/CMakeLists.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list