git-subtree-dir: third_party/libosmium git-subtree-split: ce865381fb752323ff1e66181f5a49b7f500ffa3
9 lines
245 B
CMake
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:"
|
|
)
|
|
|