* [LTP] [PATCH] realtime: Install run.sh script
@ 2024-09-27 10:01 Cyril Hrubis
2024-09-27 11:34 ` Avinesh Kumar
0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2024-09-27 10:01 UTC (permalink / raw)
To: ltp
The README describes how to run the testcases using the run.sh script
but the run.sh script was not installed at all.
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
testcases/realtime/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/testcases/realtime/Makefile b/testcases/realtime/Makefile
index b90ecf8c4..4d783b01d 100644
--- a/testcases/realtime/Makefile
+++ b/testcases/realtime/Makefile
@@ -28,6 +28,9 @@ LIBDIR := lib
FILTER_OUT_DIRS := $(LIBDIR)
LIB := $(LIBDIR)/librealtime.a
+INSTALL_DIR := $(srcdir)
+INSTALL_TARGETS := run.sh
+
$(LIBDIR):
mkdir -p "$@"
--
2.44.2
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH] realtime: Install run.sh script
2024-09-27 10:01 [LTP] [PATCH] realtime: Install run.sh script Cyril Hrubis
@ 2024-09-27 11:34 ` Avinesh Kumar
2024-10-01 12:08 ` Cyril Hrubis
0 siblings, 1 reply; 3+ messages in thread
From: Avinesh Kumar @ 2024-09-27 11:34 UTC (permalink / raw)
To: Cyril Hrubis; +Cc: ltp
Hi,
On Friday, September 27, 2024 12:01:35 PM GMT+2 Cyril Hrubis wrote:
> The README describes how to run the testcases using the run.sh script
> but the run.sh script was not installed at all.
>
> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Reviewed-by: Avinesh Kumar <akumar@suse.de>
> ---
> testcases/realtime/Makefile | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/testcases/realtime/Makefile b/testcases/realtime/Makefile
> index b90ecf8c4..4d783b01d 100644
> --- a/testcases/realtime/Makefile
> +++ b/testcases/realtime/Makefile
> @@ -28,6 +28,9 @@ LIBDIR := lib
> FILTER_OUT_DIRS := $(LIBDIR)
> LIB := $(LIBDIR)/librealtime.a
>
> +INSTALL_DIR := $(srcdir)
> +INSTALL_TARGETS := run.sh
> +
> $(LIBDIR):
> mkdir -p "$@"
>
>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-01 12:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 10:01 [LTP] [PATCH] realtime: Install run.sh script Cyril Hrubis
2024-09-27 11:34 ` Avinesh Kumar
2024-10-01 12:08 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox