~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Tarmac
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-01-16 19:58:48 UTC
  • mfrom: (380.1.5 indicator-session)
  • Revision ID: tarmac-20130116195848-swqgd3htdsf8jz87
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
BUILT_SOURCES =
4
4
check_PROGRAMS =
5
5
 
 
6
integrationcheckdir = .
 
7
integrationcheck_PROGRAMS =
 
8
 
6
9
###
7
10
###
8
11
###
29
32
        $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
30
33
 
31
34
 
32
 
TESTS += test-service
33
 
check_PROGRAMS += test-service
 
35
integrationcheck:
 
36
        ./test-service
 
37
 
 
38
integrationcheck_PROGRAMS += test-service
34
39
test_service_SOURCES = test-service.cc
35
40
test_service_LDADD = \
36
41
        $(TEST_SERVICE_LIBS) \