~ubuntu-branches/ubuntu/trusty/policykit-1/trusty

« back to all changes in this revision

Viewing changes to test/polkitbackend/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
NULL =
 
3
 
 
4
INCLUDES =                                                      \
 
5
        -I$(top_builddir)/src                                   \
 
6
        -I$(top_srcdir)/src                                     \
 
7
        -I$(top_srcdir)/test                                    \
 
8
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\"               \
 
9
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\"               \
 
10
        -DPACKAGE_DATA_DIR=\""$(datadir)"\"                     \
 
11
        -DPACKAGE_BIN_DIR=\""$(bindir)"\"                       \
 
12
        -DPACKAGE_LOCALSTATE_DIR=\""$(localstatedir)"\"         \
 
13
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\"                 \
 
14
        -DPACKAGE_LIB_DIR=\""$(libdir)"\"                       \
 
15
        -D_POSIX_PTHREAD_SEMANTICS                              \
 
16
        -D_REENTRANT                                            \
 
17
        $(NULL)
 
18
 
 
19
AM_CFLAGS =                                                     \
 
20
        -D_POLKIT_COMPILATION                                   \
 
21
        -D_POLKIT_BACKEND_COMPILATION                           \
 
22
        $(GLIB_CFLAGS)                                          \
 
23
        $(NULL)
 
24
 
 
25
LDADD =                                                         \
 
26
        $(GLIB_LIBS)                                            \
 
27
        $(top_builddir)/src/polkit/libpolkit-gobject-1.la       \
 
28
        $(top_builddir)/src/polkitbackend/libpolkit-backend-1.la\
 
29
        $(top_builddir)/test/libpolkit-test-helper.la           \
 
30
        $(NULL)
 
31
 
 
32
TEST_PROGS =
 
33
 
 
34
# ----------------------------------------------------------------------------------------------------
 
35
 
 
36
TEST_PROGS += polkitbackendlocalauthorizationstoretest
 
37
polkitbackendlocalauthorizationstoretest_SOURCES = polkitbackendlocalauthorizationstoretest.c
 
38
 
 
39
TEST_PROGS += polkitbackendlocalauthoritytest
 
40
polkitbackendlocalauthoritytest_SOURCES = polkitbackendlocalauthoritytest.c
 
41
 
 
42
# ----------------------------------------------------------------------------------------------------
 
43
 
 
44
check_PROGRAMS = $(TEST_PROGS)
 
45
TESTS = $(TEST_PROGS)
 
46
 
 
47
clean-local :
 
48
        rm -f *~