comment not workable test out
This commit is contained in:
parent
99d8c3e503
commit
691d385687
1 changed files with 11 additions and 9 deletions
|
@ -131,14 +131,15 @@ target_link_libraries(font_registration_test PUBLIC
|
|||
mapnik::json
|
||||
)
|
||||
|
||||
add_executable(map_xml_test standalone/map_xml_test.cpp)
|
||||
target_link_libraries(map_xml_test PUBLIC
|
||||
Catch
|
||||
mapnik::headers
|
||||
mapnik::mapnik
|
||||
mapnik::agg
|
||||
mapnik::json
|
||||
)
|
||||
# not workable since boost::filesystem native returns a wstring and the function taskes a std::string
|
||||
#add_executable(map_xml_test standalone/map_xml_test.cpp)
|
||||
#target_link_libraries(map_xml_test PUBLIC
|
||||
# Catch
|
||||
# mapnik::headers
|
||||
# mapnik::mapnik
|
||||
# mapnik::agg
|
||||
# mapnik::json
|
||||
#)
|
||||
|
||||
add_executable(mapnik-test-visual
|
||||
visual/parse_map_sizes.cpp
|
||||
|
@ -148,6 +149,7 @@ add_executable(mapnik-test-visual
|
|||
)
|
||||
target_link_libraries(
|
||||
mapnik-test-visual PRIVATE
|
||||
Catch
|
||||
Boost::program_options
|
||||
Boost::filesystem
|
||||
mapnik::headers
|
||||
|
@ -163,4 +165,4 @@ ParseAndAddCatchTests(mapnik-test-unit)
|
|||
catch_discover_tests(agg_rasterizer_integer_overflow_test)
|
||||
catch_discover_tests(datasource_registration_test)
|
||||
catch_discover_tests(font_registration_test)
|
||||
catch_discover_tests(map_xml_test)
|
||||
#catch_discover_tests(map_xml_test)
|
Loading…
Reference in a new issue