aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-01-16 19:58:48 +0000
committerTarmac <Unknown>2013-01-16 19:58:48 +0000
commita840d1a37fe26d5f05fc330be60b282f72a828c6 (patch)
tree5d9d494fc8c3a9ff1c990e5a557b8be5860fd51a /tests
parentcb972ad5ba65378b17682c09915b7c9cb3b3aa9b (diff)
parent5dc4e9d194c9323db74750b069a8ec446a48e3ef (diff)
downloadayatana-indicator-session-a840d1a37fe26d5f05fc330be60b282f72a828c6.tar.gz
ayatana-indicator-session-a840d1a37fe26d5f05fc330be60b282f72a828c6.tar.bz2
ayatana-indicator-session-a840d1a37fe26d5f05fc330be60b282f72a828c6.zip
Fix test -- disable TestCanStartService for the build; instead make it available via "make localcheck"; and move it to be run in an autopkgtest.
Approved by PS Jenkins bot, Didier Roche.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 088b283..c117c95 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,6 +3,9 @@ CLEANFILES =
BUILT_SOURCES =
check_PROGRAMS =
+integrationcheckdir = .
+integrationcheck_PROGRAMS =
+
###
###
###
@@ -29,8 +32,10 @@ gschemas.compiled: Makefile
$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
-TESTS += test-service
-check_PROGRAMS += test-service
+integrationcheck:
+ ./test-service
+
+integrationcheck_PROGRAMS += test-service
test_service_SOURCES = test-service.cc
test_service_LDADD = \
$(TEST_SERVICE_LIBS) \