DEBSOURCES
Skip Quicknav
sources / spatialindex / 2.1.0-1 / test / geometry / test1 / run
1234567891011
#! /bin/sh set -e echo Testing Intersection if test-geometry-Intersection ; then echo "Intersection Test Passed" else echo "Intersection Test Failed" exit 1 fi