osrm-backend/third_party/libosmium/test/data-tests
2015-02-05 15:13:48 +01:00
..
include Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
testcases Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
.gitignore Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
CMakeLists.txt Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
multipolygon.qgs Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
README.md Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
run-testdata-multipolygon.bat Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
run-testdata-multipolygon.sh Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
testdata-multipolygon.cpp Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
testdata-overview.cpp Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
testdata-testcases.cpp Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00
testdata-xml.cpp Merge commit 'bb78bc8fe305eef39ca0a5d5e9dedc466f803dfb' into develop 2015-02-05 15:13:48 +01:00

OSM Testdata

This directory contains software that can be used with the osm-testdata repository at https://github.com/osmcode/osm-testdata . To use it, clone the osm-testdata repository in the same directory where you cloned the libosmium repository.

Overview

The testdata-overview program can be used to create a Spatialite file containing all the nodes and ways from the test data files.

Compile it by running make testdata-overview, run it my calling make overview.

Running the Tests

Actual tests are in testcases subdirectory, one per test from the osm-testdata repository.

To compile the tests, call make runtests, to run them call make test.