Squashed 'third_party/libosmium/' content from commit ce865381f

git-subtree-dir: third_party/libosmium
git-subtree-split: ce865381fb752323ff1e66181f5a49b7f500ffa3
This commit is contained in:
Patrick Niklaus
2017-08-30 09:30:27 +00:00
commit 6eb4f090f9
434 changed files with 81367 additions and 0 deletions
@@ -0,0 +1,13 @@
add_test(NAME examples_create_pois_okay
COMMAND osmium_create_pois -)
set_tests_properties(examples_create_pois_okay PROPERTIES
PASS_REGULAR_EXPRESSION "^n-1 v1 dV c0 t....-..-..T..:..:..Z i0 u Tamenity=post_box x1\\.23 y3\\.45\nn-2 v1 dV c0 t....-..-..T..:..:..Z i0 u Tamenity=restaurant,name=Chez%20%OSM x1\\.24 y3\\.46\n$"
)
add_test(NAME examples_create_pois_unknown_file_type
COMMAND osmium_create_pois foo)
set_tests_properties(examples_create_pois_unknown_file_type PROPERTIES WILL_FAIL true)