File: test.conf

package info (click to toggle)
pgrouting 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,232 kB
  • ctags: 1,566
  • sloc: cpp: 74,626; ansic: 6,036; sql: 2,889; sh: 635; perl: 523; makefile: 67
file content (38 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/perl -w

# ksp-any  # this test does not return consistent results 

%main::tests = (
    'any' => {
        'comment' => 'documentation SQL tests for any versions.',
        'data' => ['sampledata'],
        'tests' => [qw( 
sampledata
alphashape-any
apspJohnson-any
apspWarshall-any
astar-any
bdstar-any         
bdDijkstra-any     
dijkstra-any
drivingDistance-any
pointsAsPolygon-any
kdijkstra-any
tsp-any
trsp-any
utilities-any
createTopology-any
createVertTab-any
analyzeGraph-any
analyzeOneway-any
nodeNetwork-any


)]
        },
#    'vpg-vpgis' => {}, # for version specific tests
#    '8-1' => {},       # for pg 8.x and postgis 1.x
#    '9.2-2.1' => {},   # for pg 9.2 and postgis 2.1
);

1;