~ubuntu-branches/ubuntu/raring/unity-lens-shopping/raring

« back to all changes in this revision

Viewing changes to tests/unit/Makefile.am

  • Committer: Didier Roche
  • Date: 2012-10-04 14:48:09 UTC
  • Revision ID: didier.roche@canonical.com-20121004144809-xy2451hm53ktxn05
* debian/control:
  - bump libunity build-dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
check_PROGRAMS = test-markup-cleaner
 
2
TESTS = $(check_PROGRAMS)
 
3
 
 
4
test_markup_cleaner_SOURCES = \
 
5
        test-markup-cleaner.vala \
 
6
        $(top_srcdir)/src/markup-cleaner.vala
 
7
        $(NULL)
 
8
 
 
9
test_markup_cleaner_CPPFLAGS = \
 
10
  -w \
 
11
  $(LENS_DAEMON_CFLAGS) \
 
12
  -I$(srcdir) \
 
13
  $(NULL)
 
14
 
 
15
AM_VALAFLAGS = \
 
16
        -C \
 
17
        --vapidir $(top_srcdir)/vapi \
 
18
        --pkg glib-2.0 \
 
19
        --pkg gio-2.0 \
 
20
        --pkg gio-unix-2.0 \
 
21
        --target-glib=2.26 \
 
22
        $(NULL)
 
23
 
 
24
test_markup_cleaner_LDADD = \
 
25
        $(LENS_DAEMON_LIBS) \
 
26
        $(test_libs)
 
27
 
 
28
CLEANFILES = *.stamp