From: Stephan Bosch Date: Fri, 26 Oct 2018 13:36:21 +0000 (+0200) Subject: lib-smtp: Rename test-smtp-reply-parser.c to test-smtp-reply.c. X-Git-Tag: 2.3.6~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a87fdf4fe81bc3394e6ff76619d0733c0caecd3;p=thirdparty%2Fdovecot%2Fcore.git lib-smtp: Rename test-smtp-reply-parser.c to test-smtp-reply.c. Encoding tests will also be included, making the old name confusing. --- diff --git a/src/lib-smtp/Makefile.am b/src/lib-smtp/Makefile.am index d86dfb0eb0..b03761df8b 100644 --- a/src/lib-smtp/Makefile.am +++ b/src/lib-smtp/Makefile.am @@ -74,7 +74,7 @@ pkginc_lib_HEADERS = $(headers) test_programs = \ test-smtp-address \ test-smtp-params \ - test-smtp-reply-parser \ + test-smtp-reply \ test-smtp-command-parser \ test-smtp-payload \ test-smtp-submit \ @@ -131,10 +131,10 @@ test_smtp_params_LDFLAGS = -export-dynamic test_smtp_params_LDADD = $(test_libs) test_smtp_params_DEPENDENCIES = $(test_deps) -test_smtp_reply_parser_SOURCES = test-smtp-reply-parser.c -test_smtp_reply_parser_LDFLAGS = -export-dynamic -test_smtp_reply_parser_LDADD = $(test_libs) -test_smtp_reply_parser_DEPENDENCIES = $(test_deps) +test_smtp_reply_SOURCES = test-smtp-reply.c +test_smtp_reply_LDFLAGS = -export-dynamic +test_smtp_reply_LDADD = $(test_libs) +test_smtp_reply_DEPENDENCIES = $(test_deps) test_smtp_command_parser_SOURCES = test-smtp-command-parser.c test_smtp_command_parser_LDFLAGS = -export-dynamic diff --git a/src/lib-smtp/test-smtp-reply-parser.c b/src/lib-smtp/test-smtp-reply.c similarity index 100% rename from src/lib-smtp/test-smtp-reply-parser.c rename to src/lib-smtp/test-smtp-reply.c