Rename test-parse-options

This commit is contained in:
Paul Norman
2015-08-01 16:29:53 -07:00
parent 4e62058060
commit 23c85ae885
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -46,7 +46,7 @@ tests/test-middle-ram
tests/test-middle-pgsql
tests/test-middle-flat
tests/test-pgsql-escape
tests/test-parse-options
tests/test-options-parse
tests/test-output-multi-tags
tests/test-output-multi-line
tests/test-output-multi-line-storage

View File

@ -60,7 +60,7 @@ check_PROGRAMS = \
tests/test-output-pgsql-tablespace \
tests/test-output-pgsql-schema \
tests/test-pgsql-escape \
tests/test-parse-options \
tests/test-options-parse \
tests/test-expire-tiles \
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_pgsql_escape_SOURCES = tests/test-pgsql-escape.cpp
tests_test_pgsql_escape_LDADD = libosm2pgsql.la
tests_test_parse_options_SOURCES = tests/test-parse-options.cpp
tests_test_parse_options_LDADD = libosm2pgsql.la
tests_test_options_parse_SOURCES = tests/test-options-parse.cpp
tests_test_options_parse_LDADD = libosm2pgsql.la
tests_test_expire_tiles_SOURCES = tests/test-expire-tiles.cpp
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_schema_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)
nodecachefilereader_LDADD += $(GLOBAL_LDFLAGS)