We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7791300 commit 5b22130Copy full SHA for 5b22130
web/content/project/development/tests.md
@@ -40,11 +40,11 @@ $ bin/test_geos_unit capi::GEOSBuffer 1
40
### XML Tests
41
42
The XML test suite is a set of portable, declarative tests which can be run in both GEOS and JTS.
43
-They are located in `../geos/tests/xmltester/tests`.
+They are located in `tests/xmltester/tests`.
44
XML tests can be run using `test_xmltester`:
45
46
```
47
-bin/test_xmltester ../geos/tests/xmltester/tests/robust/overlay/TestOverlay-geos-837.xml
+bin/test_xmltester ../tests/xmltester/tests/robust/overlay/TestOverlay-geos-837.xml
48
49
50
The XML Tester provides the following options:
0 commit comments