Message ID | 20240927100135.12271-1-chrubis@suse.cz |
---|---|
State | Accepted |
Headers | show |
Series | realtime: Install run.sh script | expand |
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 "$@" > >
Hi! Pushed, thanks for the review.
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 "$@"
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(+)