diff mbox series

[1/2] sched_football: Install to the default $LTPROOT/testcases/bin

Message ID 20240729113927.1250531-1-pvorel@suse.cz
State Accepted
Headers show
Series [1/2] sched_football: Install to the default $LTPROOT/testcases/bin | expand

Commit Message

Petr Vorel July 29, 2024, 11:39 a.m. UTC
Fixes: 3a8e38fc2c ("runtest/sched: Add sched_football")
Suggested-by: Cyril Hrubis <chrubis@suse.cz>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/realtime/func/sched_football/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Cyril Hrubis July 29, 2024, 12:04 p.m. UTC | #1
Hi!
For both:

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
diff mbox series

Patch

diff --git a/testcases/realtime/func/sched_football/Makefile b/testcases/realtime/func/sched_football/Makefile
index 9bc779efad..aac98eab60 100644
--- a/testcases/realtime/func/sched_football/Makefile
+++ b/testcases/realtime/func/sched_football/Makefile
@@ -6,10 +6,11 @@ 
 
 top_srcdir		?= ../../../..
 
-INSTALL_TARGETS		:= run_auto.sh
 include $(top_srcdir)/include/mk/env_pre.mk
 include $(abs_srcdir)/../../config.mk
 
+INSTALL_DIR=testcases/bin
+
 # TODO: integrate properly with LTP library
 LDLIBS			+= -lltp
 include $(top_srcdir)/include/mk/generic_leaf_target.mk