[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)

alex85k notifications at github.com
Sat Oct 17 20:29:50 UTC 2015


> +  test-output-multi-tags.cpp
> +  test-output-pgsql-schema.cpp
> +  test-output-pgsql-tablespace.cpp
> +  test-output-pgsql-z_order.cpp
> +  test-output-pgsql.cpp
> +  test-parse-xml2.cpp
> +  test-pgsql-escape.cpp
> +)
> +
> +foreach (test ${TESTS})
> +  get_filename_component(test_name ${test} NAME_WE)
> +  add_executable(${test_name} ${test})
> +  target_link_libraries(${test_name} osm2pgsql_lib common-pg middle-tests)
> +  add_test(NAME ${test_name} COMMAND ${test_name}
> +    WORKING_DIRECTORY ${osm2pgsql_SOURCE_DIR})
> +  set_tests_properties(${test_name} PROPERTIES TIMEOUT ${TESTING_TIMEOUT} ENVIRONMENT srcdir=${osm2pgsql_SOURCE_DIR})

Will this set timeout correctly instead of Dart subsystem?

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460/files#r42313916
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151017/58583f25/attachment-0001.html>


More information about the Tile-serving mailing list