[LTP] [PATCH v4 3/3] io/aio: cleanup test directory

Steve Muckle smuckle@google.com
Tue Feb 26 20:16:24 CET 2019


On 02/26/2019 09:02 AM, Matthias Maennich wrote:
> Now that aio_tio is just a single file test, consolidate the aio tests
> within io/aio.
> 
> Suggested-by: Steve Muckle <smuckle@google.com>
> Signed-off-by: Matthias Maennich <maennich@google.com>
> ---
>   runtest/io                                    |  2 +-
>   testcases/kernel/io/aio/.gitignore            |  4 +--
>   testcases/kernel/io/aio/Makefile              | 22 +++++---------
>   testcases/kernel/io/aio/{aio01 => }/aio01.c   |  0
>   testcases/kernel/io/aio/aio01/Makefile        | 30 -------------------
>   .../io/aio/{aio02/aio_tio.c => aio02.c}       |  0
>   testcases/kernel/io/aio/aio02/Makefile        | 14 ---------
>   testcases/kernel/io/aio/aio02/README          | 12 --------
>   8 files changed, 10 insertions(+), 74 deletions(-)
>   rename testcases/kernel/io/aio/{aio01 => }/aio01.c (100%)
>   delete mode 100644 testcases/kernel/io/aio/aio01/Makefile
>   rename testcases/kernel/io/aio/{aio02/aio_tio.c => aio02.c} (100%)
>   delete mode 100644 testcases/kernel/io/aio/aio02/Makefile
>   delete mode 100644 testcases/kernel/io/aio/aio02/README

Reviewed-by: Steve Muckle <smuckle@google.com>


More information about the ltp mailing list