Skip to content

Commit

Permalink
realtime: Install run.sh script
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Avinesh Kumar <[email protected]>
  • Loading branch information
metan-ucw committed Oct 1, 2024
1 parent 47aff4d commit fe940d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testcases/realtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ LIBDIR := lib
FILTER_OUT_DIRS := $(LIBDIR)
LIB := $(LIBDIR)/librealtime.a

INSTALL_DIR := $(srcdir)
INSTALL_TARGETS := run.sh

$(LIBDIR):
mkdir -p "$@"

Expand Down

0 comments on commit fe940d5

Please sign in to comment.