File: run

package info (click to toggle)
spatialindex 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,312 kB
  • sloc: cpp: 51,468; python: 3,886; ansic: 848; sh: 375; makefile: 155
file content (11 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

echo Testing Intersection
if test-geometry-Intersection ; then
    echo "Intersection Test Passed"
else
    echo "Intersection Test Failed"
    exit 1
fi