From mboxrd@z Thu Jan 1 00:00:00 1970 From: xuyang2018.jy@fujitsu.com Date: Thu, 1 Jul 2021 05:55:02 +0000 Subject: [LTP] [PATCH 0/2] API tests cleanup In-Reply-To: <20210701050314.1005067-1-petr.vorel@gmail.com> References: <20210701050314.1005067-1-petr.vorel@gmail.com> Message-ID: <60DD58CE.5070800@fujitsu.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Petr Why only rename these two tests? ps:IMO, test01-test21 also can ben rename to a meaningful name. Best Regards Yang Xu > From: Petr Vorel > > Hi, > > preparation for v4 test API cleanup. > > Kind regards, > Petr > > Petr Vorel (2): > lib/tests: Rename test tst_print_result.c > lib/tests: Rename test to tst_fuzzy_sync03.c > > lib/newlib_tests/.gitignore | 4 ++-- > lib/newlib_tests/Makefile | 4 ++-- > lib/newlib_tests/{test16.c => tst_fuzzy_sync03.c} | 0 > lib/newlib_tests/{test17.c => tst_print_result.c} | 10 ++++------ > 4 files changed, 8 insertions(+), 10 deletions(-) > rename lib/newlib_tests/{test16.c => tst_fuzzy_sync03.c} (100%) > rename lib/newlib_tests/{test17.c => tst_print_result.c} (80%) >