All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Palethorpe <rpalethorpe@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 2/2] lib/tests: Rename test to tst_fuzzy_sync03.c
Date: Thu, 01 Jul 2021 06:51:02 +0100	[thread overview]
Message-ID: <87im1u37ll.fsf@suse.de> (raw)
In-Reply-To: <20210701050314.1005067-3-petr.vorel@gmail.com>

Hello Petr,

Petr Vorel <petr.vorel@gmail.com> writes:

> From: Petr Vorel <pvorel@suse.cz>
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>

Acked-by: Richard Palethorpe <rpalethorpe@suse.com>

> ---
>  lib/newlib_tests/.gitignore                       | 2 +-
>  lib/newlib_tests/Makefile                         | 4 ++--
>  lib/newlib_tests/{test16.c => tst_fuzzy_sync03.c} | 0
>  3 files changed, 3 insertions(+), 3 deletions(-)
>  rename lib/newlib_tests/{test16.c => tst_fuzzy_sync03.c} (100%)
>
> diff --git a/lib/newlib_tests/.gitignore b/lib/newlib_tests/.gitignore
> index 9f53bbb99..b51f6a679 100644
> --- a/lib/newlib_tests/.gitignore
> +++ b/lib/newlib_tests/.gitignore
> @@ -13,7 +13,6 @@ test12
>  test13
>  test14
>  test15
> -test16
>  tst_capability01
>  tst_capability02
>  tst_cgroup01
> @@ -44,3 +43,4 @@ test_macros03
>  test_macros04
>  tst_fuzzy_sync01
>  tst_fuzzy_sync02
> +tst_fuzzy_sync03
> diff --git a/lib/newlib_tests/Makefile b/lib/newlib_tests/Makefile
> index 5bd68e95e..1fbf7649a 100644
> --- a/lib/newlib_tests/Makefile
> +++ b/lib/newlib_tests/Makefile
> @@ -6,8 +6,8 @@ include $(top_srcdir)/include/mk/env_pre.mk
>  CFLAGS			+= -W -Wall
>  LDLIBS			+= -lltp
>  
> -test08 test09 test15 test16 tst_fuzzy_sync01 tst_fuzzy_sync02: CFLAGS += -pthread
> -test16 tst_expiration_timer: LDLIBS += -lrt
> +test08 test09 test15 tst_fuzzy_sync01 tst_fuzzy_sync02 tst_fuzzy_sync03: CFLAGS += -pthread
> +tst_expiration_timer tst_fuzzy_sync03: LDLIBS += -lrt
>  
>  ifeq ($(ANDROID),1)
>  FILTER_OUT_MAKE_TARGETS	+= test08
> diff --git a/lib/newlib_tests/test16.c b/lib/newlib_tests/tst_fuzzy_sync03.c
> similarity index 100%
> rename from lib/newlib_tests/test16.c
> rename to lib/newlib_tests/tst_fuzzy_sync03.c


-- 
Thank you,
Richard.

  reply	other threads:[~2021-07-01  5:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01  5:03 [LTP] [PATCH 0/2] API tests cleanup Petr Vorel
2021-07-01  5:03 ` [LTP] [PATCH 1/2] lib/tests: Rename test tst_print_result.c Petr Vorel
2021-07-01  5:50   ` Richard Palethorpe
2021-07-01  5:03 ` [LTP] [PATCH 2/2] lib/tests: Rename test to tst_fuzzy_sync03.c Petr Vorel
2021-07-01  5:51   ` Richard Palethorpe [this message]
2021-07-01  6:53     ` Petr Vorel
2021-07-01  5:55 ` [LTP] [PATCH 0/2] API tests cleanup xuyang2018.jy
2021-07-01  6:11   ` Li Wang
2021-07-01  6:27   ` Petr Vorel
2021-07-01  6:32     ` xuyang2018.jy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87im1u37ll.fsf@suse.de \
    --to=rpalethorpe@suse.de \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.