@@ -36,23 +36,29 @@ check_formats(emptyppc empty-nocompression.osm.pbf pbf empty.osm.pbf)
36
36
# normal file
37
37
check_formats (f1xx f1.osm xml f1.osm )
38
38
check_formats (f1xo f1.osm opl f1.osm.opl )
39
- check_formats (f1xp f1.osm pbf f1.osm.pbf )
40
- check_formats (f1xpd f1.osm pbf,pbf_dense_nodes=false f1-nodensenodes.osm.pbf )
41
- check_formats (f1xpc f1.osm pbf,pbf_compression=none f1-nocompression.osm.pbf )
42
- check_formats (f1xpm f1.osm pbf,add_metadata=false f1-nometadata.osm.pbf )
43
- check_formats (f1xpdm f1.osm pbf,pbf_dense_nodes=false,add_metadata=false f1-nodensenodes-nometadata.osm.pbf )
39
+
40
+ if (RUN_TESTS_WITH_BINARY_COMPARE )
41
+ check_formats (f1xp f1.osm pbf f1.osm.pbf )
42
+ check_formats (f1xpd f1.osm pbf,pbf_dense_nodes=false f1-nodensenodes.osm.pbf )
43
+ check_formats (f1xpm f1.osm pbf,add_metadata=false f1-nometadata.osm.pbf )
44
+ check_formats (f1xpdm f1.osm pbf,pbf_dense_nodes=false,add_metadata=false f1-nodensenodes-nometadata.osm.pbf )
45
+ endif ()
46
+
47
+ check_formats (f1xpc f1.osm pbf,pbf_compression=none f1-nocompression.osm.pbf )
44
48
45
49
check_formats (f1px f1.osm.pbf xml f1.osm )
46
50
check_formats (f1po f1.osm.pbf opl f1.osm.opl )
47
- check_formats (f1pp f1.osm.pbf pbf f1.osm.pbf )
48
51
49
52
check_formats (f1pxd f1-nodensenodes.osm.pbf xml f1.osm )
50
53
check_formats (f1pod f1-nodensenodes.osm.pbf opl f1.osm.opl )
51
- check_formats (f1ppd f1-nodensenodes.osm.pbf pbf f1.osm.pbf )
52
54
53
55
check_formats (f1pxc f1-nocompression.osm.pbf xml f1.osm )
54
56
check_formats (f1poc f1-nocompression.osm.pbf opl f1.osm.opl )
55
- check_formats (f1ppc f1-nocompression.osm.pbf pbf f1.osm.pbf )
56
57
58
+ if (RUN_TESTS_WITH_BINARY_COMPARE )
59
+ check_formats (f1pp f1.osm.pbf pbf f1.osm.pbf )
60
+ check_formats (f1ppd f1-nodensenodes.osm.pbf pbf f1.osm.pbf )
61
+ check_formats (f1ppc f1-nocompression.osm.pbf pbf f1.osm.pbf )
62
+ endif ()
57
63
58
64
#-----------------------------------------------------------------------------
0 commit comments