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
