]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: Rename test-smtp-reply-parser.c to test-smtp-reply.c.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 26 Oct 2018 13:36:21 +0000 (15:36 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Thu, 21 Mar 2019 08:02:34 +0000 (10:02 +0200)
Encoding tests will also be included, making the old name confusing.

src/lib-smtp/Makefile.am
src/lib-smtp/test-smtp-reply.c [moved from src/lib-smtp/test-smtp-reply-parser.c with 100% similarity]

index d86dfb0eb03eedf366e5217b2b3e9026a44d6570..b03761df8bd9cc911d1aaf65c1d6770977953a53 100644 (file)
@@ -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