public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Cyril Hrubis <chrubis@suse.cz>
To: Andrea Cervesato <andrea.cervesato@suse.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v1 01/10] Prepare watchqueue testing suite build
Date: Tue, 4 Jan 2022 12:05:37 +0100	[thread overview]
Message-ID: <YdQqAcvN/X+2PUom@yuki> (raw)
In-Reply-To: <20220104081836.22827-2-andrea.cervesato@suse.com>

Hi!
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
>  testcases/kernel/Makefile              |  1 +
>  testcases/kernel/watchqueue/.gitignore | 10 ++++++++++
>  testcases/kernel/watchqueue/Makefile   |  8 ++++++++
>  3 files changed, 19 insertions(+)
>  create mode 100644 testcases/kernel/watchqueue/.gitignore
>  create mode 100644 testcases/kernel/watchqueue/Makefile
> 
> diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile
> index 4604f1f38..d44856c57 100644
> --- a/testcases/kernel/Makefile
> +++ b/testcases/kernel/Makefile
> @@ -38,6 +38,7 @@ SUBDIRS			+= connectors \
>  			   sound \
>  			   tracing \
>  			   uevents \
> +			   watchqueue \
>  
>  ifeq ($(WITH_POWER_MANAGEMENT_TESTSUITE),yes)
>  SUBDIRS			+= power_management
> diff --git a/testcases/kernel/watchqueue/.gitignore b/testcases/kernel/watchqueue/.gitignore
> new file mode 100644
> index 000000000..797ccc243
> --- /dev/null
> +++ b/testcases/kernel/watchqueue/.gitignore
> @@ -0,0 +1,10 @@
> +wqueue01
> +wqueue02
> +wqueue03
> +wqueue04
> +wqueue05
> +wqueue06
> +wqueue07
> +wqueue08
> +watch_test.c
> +watch_test

The two last entries does not seem to be right.

Also I guess that it's more common to add entries like that
incrementally each with the corresponding test.

> diff --git a/testcases/kernel/watchqueue/Makefile b/testcases/kernel/watchqueue/Makefile
> new file mode 100644
> index 000000000..0008b8cc4
> --- /dev/null
> +++ b/testcases/kernel/watchqueue/Makefile
> @@ -0,0 +1,8 @@
> +# SPDX-License-Identifier: GPL-2.0-or-later
> +
> +top_srcdir			?= ../../..
> +
> +LDLIBS += $(KEYUTILS_LIBS)
> +
> +include $(top_srcdir)/include/mk/testcases.mk
> +include $(top_srcdir)/include/mk/generic_leaf_target.mk
> -- 
> 2.34.1
> 
> 
> -- 
> Mailing list info: https://lists.linux.it/listinfo/ltp

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2022-01-04 11:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04  8:18 [LTP] [PATCH v1 00/10] watchqueue testing suite Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 01/10] Prepare watchqueue testing suite build Andrea Cervesato via ltp
2022-01-04 11:05   ` Cyril Hrubis [this message]
2022-01-04  8:18 ` [LTP] [PATCH v1 02/10] Add wqueue01 new test Andrea Cervesato via ltp
2022-01-04 11:22   ` Cyril Hrubis
2022-01-04  8:18 ` [LTP] [PATCH v1 03/10] Add wqueue02 " Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 04/10] Add wqueue03 " Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 05/10] Add wqueue04 " Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 06/10] Add wqueue05 " Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 07/10] Add wqueue06 " Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 08/10] Add wqueue07 " Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 09/10] Add wqueue08 " Andrea Cervesato via ltp
2022-01-04  8:18 ` [LTP] [PATCH v1 10/10] Define watchqueue testing suite in runtest Andrea Cervesato via ltp
2022-01-04 11:26   ` Cyril Hrubis
2022-01-04 11:38 ` [LTP] [PATCH v1 00/10] watchqueue testing suite Cyril Hrubis

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=YdQqAcvN/X+2PUom@yuki \
    --to=chrubis@suse.cz \
    --cc=andrea.cervesato@suse.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox