~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to tests/libedataserver/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
@GNOME_CODE_COVERAGE_RULES@
4
4
 
 
5
TESTS_SKIP = \
 
6
        e-collator-test \
 
7
        $(NULL)
 
8
 
5
9
TESTS = \
6
10
        e-source-test \
7
11
        e-source-registry-test \
8
 
        e-collator-test \
9
12
        $(NULL)
10
13
 
11
 
noinst_PROGRAMS = $(TESTS)
 
14
noinst_PROGRAMS = $(TESTS) $(TESTS_SKIP)
12
15
 
13
16
test_CPPFLAGS = \
14
17
        $(AM_CPPFLAGS) \