~ubuntu-branches/ubuntu/trusty/gcr/trusty-proposed

« back to all changes in this revision

Viewing changes to gcr/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-03 10:18:39 UTC
  • Revision ID: package-import@ubuntu.com-20120503101839-wuvloldm7gmdsnij
Tags: upstream-3.4.1
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/Makefile.decl
 
2
 
 
3
INCLUDES = \
 
4
        -I$(top_builddir) \
 
5
        -I$(top_srcdir) \
 
6
        -DSRCDIR="\"@abs_srcdir@\"" \
 
7
        -DGCR_API_SUBJECT_TO_CHANGE \
 
8
        -DGCK_API_SUBJECT_TO_CHANGE \
 
9
        -DGCR_COMPILATION \
 
10
        $(GLIB_CFLAGS) \
 
11
        $(GTK_CFLAGS) \
 
12
        $(LIBGCRYPT_CFLAGS)
 
13
 
 
14
LDADD = \
 
15
        $(top_builddir)/gcr/libgcr-testable.la \
 
16
        $(top_builddir)/egg/libegg.la \
 
17
        $(top_builddir)/gck/libgck-testable.la \
 
18
        $(GTK_LIBS) \
 
19
        $(GLIB_LIBS) \
 
20
        $(LIBGCRYPT_LIBS)
 
21
 
 
22
TEST_PROGS = \
 
23
        test-util \
 
24
        test-filter-collection \
 
25
        test-secret-exchange \
 
26
        test-simple-certificate \
 
27
        test-certificate \
 
28
        test-certificate-chain \
 
29
        test-subject-public-key \
 
30
        test-fingerprint \
 
31
        test-pkcs11-certificate \
 
32
        test-openpgp \
 
33
        test-openssh \
 
34
        test-secure-memory \
 
35
        test-trust \
 
36
        test-parser \
 
37
        test-record \
 
38
        test-memory-icon \
 
39
        test-gnupg-key \
 
40
        test-gnupg-collection \
 
41
        test-gnupg-process \
 
42
        test-system-prompt
 
43
 
 
44
check_PROGRAMS = $(TEST_PROGS)
 
45
 
 
46
test: $(TEST_PROGS)
 
47
        chmod -f 700 $(srcdir)/files/gnupg-homedir
 
48
        gtester --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
 
49
 
 
50
check-local: test
 
51
 
 
52
check-memory: perform-memcheck
 
53
 
 
54
all-local: $(check_PROGRAMS)
 
55
 
 
56
EXTRA_DIST = \
 
57
        files
 
58
 
 
59
# ------------------------------------------------------------------
 
60
 
 
61
noinst_PROGRAMS = \
 
62
        frob-certificate \
 
63
        frob-certificate-request \
 
64
        frob-combo-selector \
 
65
        frob-gnupg-selector \
 
66
        frob-key \
 
67
        frob-tree-selector \
 
68
        frob-openpgp \
 
69
        frob-parser \
 
70
        frob-prompt \
 
71
        frob-request \
 
72
        frob-system-prompt \
 
73
        frob-unlock \
 
74
        frob-unlock-options
 
75
 
 
76
frob_unlock_SOURCES = \
 
77
        frob-unlock.c \
 
78
        ../gcr-viewer-window.c
 
79
 
 
80
frob_certificate_request_SOURCES = \
 
81
        frob-certificate-request.c \
 
82
        console-interaction.c console-interaction.h