Signed-off-by: Xing Gu <gux.f...@cn.fujitsu.com>
---
 configure.ac                   | 14 --------------
 include/mk/features.mk.default |  2 +-
 include/mk/features.mk.in      |  2 +-
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/configure.ac b/configure.ac
index 794059c..0ca21a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,20 +102,6 @@ fi
 
 # Testsuites knobs
 
-# testcases/kernel/power_management requires python.
-if test "x$with_python" = xyes; then
-    AC_ARG_WITH([power-management-testsuite],
-      [AC_HELP_STRING([--with-power-management-testsuite],
-        [compile and install the x86 power management testsuite 
(default=no)])],
-      [with_power_management_testsuite=yes],
-    )
-fi
-if test "x$with_power_management_testsuite" = xyes; then
-    AC_SUBST([WITH_POWER_MANAGEMENT_TESTSUITE],["yes"])
-else
-    AC_SUBST([WITH_POWER_MANAGEMENT_TESTSUITE],["no"])
-fi
-
 AC_ARG_WITH([open-posix-testsuite],
   [AC_HELP_STRING([--with-open-posix-testsuite],
     [compile and install the open posix testsuite (default=no)])],
diff --git a/include/mk/features.mk.default b/include/mk/features.mk.default
index c9edc1c..22a0f0e 100644
--- a/include/mk/features.mk.default
+++ b/include/mk/features.mk.default
@@ -38,7 +38,7 @@ HAVE_SECUREBITS                       := no
 ifeq ($(UCLINUX),1)
 WITH_POWER_MANAGEMENT_TESTSUITE        := no
 else
-WITH_POWER_MANAGEMENT_TESTSUITE        :=
+WITH_POWER_MANAGEMENT_TESTSUITE        := yes
 endif
 
 # Enable testcases/open_posix_testsuite's compile and install?
diff --git a/include/mk/features.mk.in b/include/mk/features.mk.in
index 1fd28f8..8030be7 100644
--- a/include/mk/features.mk.in
+++ b/include/mk/features.mk.in
@@ -38,7 +38,7 @@ HAVE_SECUREBITS                       := @HAVE_SECUREBITS@
 ifeq ($(UCLINUX),1)
 WITH_POWER_MANAGEMENT_TESTSUITE        := no
 else
-WITH_POWER_MANAGEMENT_TESTSUITE        := @WITH_POWER_MANAGEMENT_TESTSUITE@
+WITH_POWER_MANAGEMENT_TESTSUITE        := yes
 endif
 
 # Enable testcases/open_posix_testsuite's compile and install?
-- 
1.9.3


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to