aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2010-12-10 12:25:13 +0800
committerStef Walter <stefw@collabora.co.uk>2010-12-24 21:40:02 +0800
commit02798920bfc26c86f0b4fb356f5635c3a20f203c (patch)
tree2cd8081675a918a47cd2b9a95fc2bdda58184aaf /tests/Makefile.am
parenteb0e10eba858ed194ec5a6bb63670ed80245a76b (diff)
downloadgsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar
gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.gz
gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.bz2
gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.lz
gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.xz
gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.tar.zst
gsoc2013-empathy-02798920bfc26c86f0b4fb356f5635c3a20f203c.zip
test: Add tests which load PKCS#11 modules for TLS verification.
Add various tests which load gnome-keyring PKCS#11 modules and use them in the TLS verification. These are the standalone versions of the builtin gnome-keyring PKCS#11 modules.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ae18ac731..23de8d278 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,6 +12,8 @@ AM_CPPFLAGS = \
$(ERROR_CFLAGS) \
-I$(top_srcdir) \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
+ -DP11STANDALONEDIR=\""$(pkcs11standalonedir)"\" \
+ -DGCR_API_SUBJECT_TO_CHANGE \
$(EMPATHY_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \