~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to pkcs11/secret-store/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TESTING_SOURCES = \
2
 
        test-secret-module.c test-secret-module.h
3
 
 
4
 
TESTING_FILES = \
5
 
        unit-test-secret-compat.c \
6
 
        unit-test-secret-fields.c \
7
 
        unit-test-secret-data.c \
8
 
        unit-test-secret-object.c \
9
 
        unit-test-secret-collection.c \
10
 
        unit-test-secret-item.c \
11
 
        unit-test-secret-search.c \
12
 
        unit-test-secret-textual.c \
13
 
        unit-test-secret-binary.c
14
 
 
15
 
UNIT_PROMPT =
16
 
 
17
 
TESTING_LIBS =  \
 
1
 
 
2
INCLUDES = \
 
3
        -I$(top_builddir) \
 
4
        -I$(top_srcdir) \
 
5
        -I$(top_srcdir)/pkcs11 \
 
6
        -DSRCDIR="\"@abs_srcdir@\"" \
 
7
        $(GLIB_CFLAGS) \
 
8
        $(LIBGCRYPT_CFLAGS)
 
9
 
 
10
LDADD = \
 
11
        libgkm-mock-secret-module.a \
18
12
        $(top_builddir)/pkcs11/secret-store/libgkm-secret-store.la \
19
13
        $(top_builddir)/pkcs11/gkm/libgkm.la \
20
 
        $(top_builddir)/egg/libegg.la
21
 
 
22
 
include $(top_srcdir)/testing/testing.make
23
 
 
24
 
EXTRA_DIST += \
25
 
        test-data
 
14
        $(top_builddir)/egg/libegg.la \
 
15
        $(GLIB_LIBS) \
 
16
        $(LIBGCRYPT_LIBS)
 
17
 
 
18
noinst_LIBRARIES = libgkm-mock-secret-module.a
 
19
 
 
20
libgkm_mock_secret_module_a_SOURCES = \
 
21
        mock-secret-module.c mock-secret-module.h
 
22
 
 
23
noinst_PROGRAMS = dump-keyring0-format
 
24
 
 
25
TEST_PROGS = \
 
26
        test-secret-compat \
 
27
        test-secret-fields \
 
28
        test-secret-data \
 
29
        test-secret-object \
 
30
        test-secret-collection \
 
31
        test-secret-item \
 
32
        test-secret-search \
 
33
        test-secret-textual \
 
34
        test-secret-binary
 
35
 
 
36
check_PROGRAMS = $(TEST_PROGS)
 
37
 
 
38
test: $(TEST_PROGS)
 
39
        gtester --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
 
40
 
 
41
check-local: test
 
42
 
 
43
all-local: $(check_PROGRAMS)
 
44
 
 
45
EXTRA_DIST = \
 
46
        files