forked from geos/php-geos
Sandro Santilli 2c8e0e6c79 | ||
---|---|---|
.. | ||
000_General.phpt | ||
001_Geometry.phpt | ||
002_WKTWriter.phpt | ||
003_WKTReader.phpt | ||
004_WKBWriter.phpt | ||
README.md | ||
TestHelper.php |
README.md
Tests can be run manually from the top-level build dir using:
php -n -d extension=modules/geos.so tests/001_Geometry.phpt
If you want to use valgrind, it is recommended to disable Zend memory management:
export USE_ZEND_ALLOC=0
And avoid unload of modules:
export ZEND_DONT_UNLOAD_MODULES=1
Read more on https://bugs.php.net/bugs-getting-valgrind-log.php