summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
-rw-r--r--src/gpm-self-test.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a49e87a..5fda8ee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,8 +49,10 @@ sbin_PROGRAMS = \
mate-power-backlight-helper \
$(NULL)
+if HAVE_TESTS
check_PROGRAMS = \
mate-power-self-test
+endif
noinst_LIBRARIES = libgpmshared.a
libgpmshared_a_SOURCES = \
@@ -199,6 +201,7 @@ mate_power_manager_CFLAGS = \
$(WARNINGFLAGS) \
$(NULL)
+if HAVE_TESTS
mate_power_self_test_SOURCES = \
gpm-self-test.c \
egg-color.h \
@@ -263,6 +266,7 @@ mate_power_self_test_LDADD = \
-lm
mate_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS)
+endif
BUILT_SOURCES = \
org.mate.PowerManager.h \
@@ -298,7 +302,9 @@ clean-local:
CLEANFILES = $(BUILT_SOURCES)
+if HAVE_TESTS
TESTS = mate-power-self-test
+endif
MAINTAINERCLEANFILES = \
*~ \
diff --git a/src/gpm-self-test.c b/src/gpm-self-test.c
index ef8c769..721516c 100644
--- a/src/gpm-self-test.c
+++ b/src/gpm-self-test.c
@@ -66,7 +66,7 @@ main (int argc, char **argv)
// egg_idletime_test (test);
gpm_common_test (test);
- gpm_idle_test (test);
+// gpm_idle_test (test);
gpm_phone_test (test);
// gpm_dpms_test (test);
// gpm_graph_widget_test (test);