mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-19 16:28:16 +00:00
Rename test-parse-options
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,7 +46,7 @@ tests/test-middle-ram
|
|||||||
tests/test-middle-pgsql
|
tests/test-middle-pgsql
|
||||||
tests/test-middle-flat
|
tests/test-middle-flat
|
||||||
tests/test-pgsql-escape
|
tests/test-pgsql-escape
|
||||||
tests/test-parse-options
|
tests/test-options-parse
|
||||||
tests/test-output-multi-tags
|
tests/test-output-multi-tags
|
||||||
tests/test-output-multi-line
|
tests/test-output-multi-line
|
||||||
tests/test-output-multi-line-storage
|
tests/test-output-multi-line-storage
|
||||||
|
@ -60,7 +60,7 @@ check_PROGRAMS = \
|
|||||||
tests/test-output-pgsql-tablespace \
|
tests/test-output-pgsql-tablespace \
|
||||||
tests/test-output-pgsql-schema \
|
tests/test-output-pgsql-schema \
|
||||||
tests/test-pgsql-escape \
|
tests/test-pgsql-escape \
|
||||||
tests/test-parse-options \
|
tests/test-options-parse \
|
||||||
tests/test-expire-tiles \
|
tests/test-expire-tiles \
|
||||||
tests/test-hstore-match-only
|
tests/test-hstore-match-only
|
||||||
|
|
||||||
@ -98,8 +98,8 @@ tests_test_output_pgsql_schema_SOURCES = tests/test-output-pgsql-schema.cpp test
|
|||||||
tests_test_output_pgsql_schema_LDADD = libosm2pgsql.la
|
tests_test_output_pgsql_schema_LDADD = libosm2pgsql.la
|
||||||
tests_test_pgsql_escape_SOURCES = tests/test-pgsql-escape.cpp
|
tests_test_pgsql_escape_SOURCES = tests/test-pgsql-escape.cpp
|
||||||
tests_test_pgsql_escape_LDADD = libosm2pgsql.la
|
tests_test_pgsql_escape_LDADD = libosm2pgsql.la
|
||||||
tests_test_parse_options_SOURCES = tests/test-parse-options.cpp
|
tests_test_options_parse_SOURCES = tests/test-options-parse.cpp
|
||||||
tests_test_parse_options_LDADD = libosm2pgsql.la
|
tests_test_options_parse_LDADD = libosm2pgsql.la
|
||||||
tests_test_expire_tiles_SOURCES = tests/test-expire-tiles.cpp
|
tests_test_expire_tiles_SOURCES = tests/test-expire-tiles.cpp
|
||||||
tests_test_expire_tiles_LDADD = libosm2pgsql.la
|
tests_test_expire_tiles_LDADD = libosm2pgsql.la
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ tests_test_output_pgsql_tablespace_LDADD += $(GLOBAL_LDFLAGS)
|
|||||||
tests_test_output_pgsql_z_order_LDADD += $(GLOBAL_LDFLAGS)
|
tests_test_output_pgsql_z_order_LDADD += $(GLOBAL_LDFLAGS)
|
||||||
tests_test_output_pgsql_schema_LDADD += $(GLOBAL_LDFLAGS)
|
tests_test_output_pgsql_schema_LDADD += $(GLOBAL_LDFLAGS)
|
||||||
tests_test_pgsql_escape_LDADD += $(GLOBAL_LDFLAGS)
|
tests_test_pgsql_escape_LDADD += $(GLOBAL_LDFLAGS)
|
||||||
tests_test_parse_options_LDADD += $(GLOBAL_LDFLAGS)
|
tests_test_options_parse_LDADD += $(GLOBAL_LDFLAGS)
|
||||||
tests_test_expire_tiles_LDADD += $(GLOBAL_LDFLAGS)
|
tests_test_expire_tiles_LDADD += $(GLOBAL_LDFLAGS)
|
||||||
nodecachefilereader_LDADD += $(GLOBAL_LDFLAGS)
|
nodecachefilereader_LDADD += $(GLOBAL_LDFLAGS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user