~stolowski/libunity/activate-result

« back to all changes in this revision

Viewing changes to test/vala/Makefile.am

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2011-12-01 11:27:41 UTC
  • mfrom: (87.3.13 libunity)
  • Revision ID: tarmac-20111201112741-9gw2rrydvgqs8kg5
Simplify the way we use DBus method calls, returns and signals.. Fixes: . Reviewed by Mikkel Kamstrup Erlandsen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
DISTCHECK_CONFIGURE_FLAGS = --enable-integration-tests=no
4
4
 
5
 
check_PROGRAMS = test-vala
 
5
check_PROGRAMS = test-vala test-lens test-remote-scope
6
6
 
7
7
AM_CPPFLAGS = \
8
8
  -I$(top_srcdir) \
31
31
  $(top_builddir)/src/libunity.la \
32
32
  $(LIBUNITY_LIBS)
33
33
 
34
 
TEST_PROGS += test-vala
 
34
TEST_PROGS += test-vala test-lens
35
35
 
36
36
test_vala_LDADD = $(test_libs)
37
37
 
43
43
  test-scope-signals.vala \
44
44
  test-vala.vala
45
45
 
 
46
test_lens_LDADD = $(test_libs)
 
47
test_lens_SOURCES = test-lens.vala
 
48
 
 
49
test_remote_scope_LDADD = $(test_libs)
 
50
test_remote_scope_SOURCES = test-remote-scope.vala
 
51
 
46
52
include Makefile.integration_tests
47
53
 
48
54
EXTRA_DIST += config.vapi