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

git at osgeo.org git at osgeo.org
Fri Apr 12 10:33:49 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  a276208d4e887895ce841f76d5a71131d7f49cc1 (commit)
      from  93d81de9132ad7dd39534532a2f6158d8cf54ae2 (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 a276208d4e887895ce841f76d5a71131d7f49cc1
Author: Martin Davis <mtnclimb at gmail.co>
Date:   Fri Apr 12 10:33:28 2019 -0700

    Add tests README

diff --git a/tests/README.md b/tests/README.md
new file mode 100644
index 0000000..9e80659
--- /dev/null
+++ b/tests/README.md
@@ -0,0 +1,45 @@
+GEOS Testing
+============
+
+## Build locations
+
+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`)
+  * `../build/bin/test_geos_unit`
+  * `../build/bin/test_xmltester`
+
+## Unit tests
+
+    geos_unit [class] [test number]
+
+Run all unit tests
+
+    geos_unit
+
+Run single unit test class
+
+    geos_unit capi::GEOSNode
+
+Run test witin unit test class
+
+    geos_unit capi::GEOSNode 1
+
+## XML Tests
+
+    xmltester [options] test-file ...
+
+CMake - Run test file
+
+    bin/test_xmltester ../geos/tests/xmltester/tests/general/TestBoundary.xml
+
+

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

Summary of changes:
 tests/README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 tests/README.md


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list