[geos-commits] [SCM] GEOS branch master updated. 164de34ba39bcb6e597b8e3db9c4fa802d7c45b5

git at osgeo.org git at osgeo.org
Mon Feb 1 11:06:06 PST 2021


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  164de34ba39bcb6e597b8e3db9c4fa802d7c45b5 (commit)
       via  076d68322f2754a0be4696946187a261264436ba (commit)
      from  40e90870c7c0328c5ea2ee67174c6d294dc9b51b (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 164de34ba39bcb6e597b8e3db9c4fa802d7c45b5
Merge: 076d683 40e9087
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Feb 1 11:05:56 2021 -0800

    Merge branch 'master' of https://git.osgeo.org/gitea/geos/geos


commit 076d68322f2754a0be4696946187a261264436ba
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Feb 1 11:05:49 2021 -0800

    Remote autotools note and add note on test names

diff --git a/tests/README.md b/tests/README.md
index 5e547af..89f40d5 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -6,12 +6,6 @@ GEOS Testing
 Paths are given relative to GEOS root.
 Note some executables have different names.
 
-### Autotools
-
-* Executables are in-tree
-  * `tests/unit/geos_unit`
-  * `tests/xmltests/XMLtester`
-
 ### CMake
 
 * Executables are in build directory (usually `../build`)
@@ -47,4 +41,9 @@ CMake - Run test file
 
     bin/test_xmltester ../geos/tests/xmltester/tests/general/TestBoundary.xml
 
+## Adding New Tests
+
+* In order for new unit tests to be picked up by the test harness, they **must** be named using the name pattern "\*Test.cpp".
+* In order for new XML tests to be picked up, they must reside in a directory under the `xmltester/` directory and have a `.xml` file suffix.
+
 

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

Summary of changes:
 tests/README.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list