We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52272ca commit 1634273Copy full SHA for 1634273
2 files changed
tests/CMakeLists.txt
@@ -63,6 +63,7 @@ set_test(test-options-database LABELS NoDB)
63
set_test(test-options-parse LABELS NoDB)
64
set_test(test-options-projection)
65
set_test(test-ordered-index LABELS NoDB)
66
+set_test(test-osm-file-parsing LABELS NoDB)
67
set_test(test-output-gazetteer)
68
set_test(test-output-pgsql)
69
set_test(test-output-pgsql-area)
@@ -73,7 +74,6 @@ set_test(test-output-pgsql-style-file)
73
74
set_test(test-output-pgsql-tablespace LABELS Tablespace)
75
set_test(test-output-pgsql-validgeom)
76
set_test(test-output-pgsql-z_order)
-set_test(test-parse-osmium LABELS NoDB)
77
set_test(test-persistent-cache LABELS NoDB)
78
set_test(test-pgsql)
79
set_test(test-pgsql-capabilities)
tests/test-parse-osmium.cpp tests/test-osm-file-parsing.cpptests/test-parse-osmium.cpp renamed to tests/test-osm-file-parsing.cpp
0 commit comments