Hi

Patch to handle this issue was mailed on 20/8/2009. Garret Cooper had 
replied that makefile-infra-rework patch will take care of this 
requirement. If makefile-infra-rework patch is in this error should not 
have come up or makefile-rework-patch might have some issue.

Anyway there was reply from maintainer, the patch which I had sent will be 
integrated till Garret Cooper's patch gets in. I am not sure how this 
issue would have come up. 
I feel its better to check in this patch to avoid Power Management test 
case failures.

Regards
Poornima



From:
[email protected]
To:
[email protected]
Cc:
[email protected]
Date:
11/12/2009 06:37 PM
Subject:
[LTP] [PATCH] Power Management: Fix missing make targets.



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 <[email protected]>
---
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to