From 2a87fdf4fe81bc3394e6ff76619d0733c0caecd3 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Fri, 26 Oct 2018 15:36:21 +0200 Subject: [PATCH] lib-smtp: Rename test-smtp-reply-parser.c to test-smtp-reply.c. Encoding tests will also be included, making the old name confusing. --- src/lib-smtp/Makefile.am | 10 +++++----- .../{test-smtp-reply-parser.c => test-smtp-reply.c} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename src/lib-smtp/{test-smtp-reply-parser.c => test-smtp-reply.c} (100%) 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 -- 2.47.3