Rename the test_libdlogutil.c file to ..._legacy.c 40/235540/2
authorMateusz Majewski <m.majewski2@samsung.com>
Fri, 5 Jun 2020 09:46:26 +0000 (11:46 +0200)
committerMateusz Majewski <m.majewski2@samsung.com>
Mon, 8 Jun 2020 10:27:55 +0000 (12:27 +0200)
The only purpose of this is to make the next commit kinda readable.

Change-Id: I3e0e6472df46f6ce40e5a2e08dd7592e09e6a8fd

Makefile.am
tests/test_libdlogutil_legacy.c [moved from tests/test_libdlogutil.c with 100% similarity]

index 7c33db5..1446cc1 100644 (file)
@@ -255,7 +255,7 @@ test_libdlogutil_LDADD = \
        libdlogutil.la
 
 test_libdlogutil_SOURCES = \
-       tests/test_libdlogutil.c
+       tests/test_libdlogutil_legacy.c
 
 check_PROGRAMS = \
        src/tests/test_logger_log_storage \