[LTP] [PATCH] realtime: Install run.sh script
Cyril Hrubis
chrubis@suse.cz
Fri Sep 27 12:01:35 CEST 2024
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
More information about the ltp
mailing list