From: Sachin Sant <sachinp@in.ibm.com>
To: ltp-list@lists.sourceforge.net
Cc: Sachin Sant <sachinp@in.ibm.com>
Subject: [LTP] [PATCH] Power Management: Fix missing make targets.
Date: Thu, 12 Nov 2009 17:44:55 +0530 [thread overview]
Message-ID: <20091112121455.16825.70322.sendpatchset@localhost.localdomain> (raw)
Make sure required binaries used by the power management tests are compiled and
installed properly. Without the required MAKE TARGETS the test fails with
<<<test_output>>>
Are we really executing this ?
/opt/ltp/testcases/bin/runpwtests.sh: line 57: check_kv_arch: command not found
.....
Power_Management 7 TPASS : CPUIDLE sysfs tests passed
/opt/ltp/testcases/bin/runpwtests.sh: line 173: get_sched_values: command not
found
Patch is against LTP October version.
Signed-off-by: Sachin Sant <sachinp@in.ibm.com>
---
diff -Naurp a/testcases/kernel/power_management/Makefile b/testcases/kernel/power_management/Makefile
--- a/testcases/kernel/power_management/Makefile 2009-11-12 13:02:57.000000000 +0530
+++ b/testcases/kernel/power_management/Makefile 2009-11-12 13:04:03.000000000 +0530
@@ -26,6 +26,6 @@ $(eval $(call generate_vpath_rule,c,$(sr
INSTALL_TARGETS := lib/*.py *.py *.sh
-MAKE_TARGETS :=
+MAKE_TARGETS := check_kv_arch get_sched_values
include $(top_srcdir)/include/mk/generic_leaf_target.mk
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next reply other threads:[~2009-11-12 13:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-12 12:14 Sachin Sant [this message]
2009-11-16 4:19 ` [LTP] [PATCH] Power Management: Fix missing make targets Poornima Nayak
2009-11-16 8:13 ` Subrata Modak
2009-11-16 8:39 ` Garrett Cooper
2009-11-26 17:39 ` Poornima Nayak
2009-11-26 20:47 ` Garrett Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091112121455.16825.70322.sendpatchset@localhost.localdomain \
--to=sachinp@in.ibm.com \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.