osrm-backend/test/examples/t/count/CMakeLists.txt
Patrick Niklaus 6eb4f090f9 Squashed 'third_party/libosmium/' content from commit ce865381f
git-subtree-dir: third_party/libosmium
git-subtree-split: ce865381fb752323ff1e66181f5a49b7f500ffa3
2017-08-30 09:30:27 +00:00

9 lines
245 B
CMake

add_test(NAME examples_count
COMMAND osmium_count ${CMAKE_CURRENT_SOURCE_DIR}/data.osm)
set_tests_properties(examples_count PROPERTIES
PASS_REGULAR_EXPRESSION "^Nodes: 2\nWays: 1\nRelations: 1\n\nMemory used:"
)