[LTP] [PATCH] realtime: Install run.sh script

Avinesh Kumar akumar@suse.de
Fri Sep 27 13:34:45 CEST 2024


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 "$@"
>  
> 






More information about the ltp mailing list