Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] sched_football: Install to the default $LTPROOT/testcases/bin
@ 2024-07-29 11:39 Petr Vorel
  2024-07-29 11:39 ` [LTP] [PATCH 2/2] sched_football: Remove run_auto.sh helper script Petr Vorel
  2024-07-29 12:04 ` [LTP] [PATCH 1/2] sched_football: Install to the default $LTPROOT/testcases/bin Cyril Hrubis
  0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2024-07-29 11:39 UTC (permalink / raw)
  To: ltp

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(-)

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
-- 
2.45.2


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-29 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 11:39 [LTP] [PATCH 1/2] sched_football: Install to the default $LTPROOT/testcases/bin Petr Vorel
2024-07-29 11:39 ` [LTP] [PATCH 2/2] sched_football: Remove run_auto.sh helper script Petr Vorel
2024-07-29 12:04 ` [LTP] [PATCH 1/2] sched_football: Install to the default $LTPROOT/testcases/bin Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox