summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/test-data-asn1.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-04 17:50:47 +0100
committerStef Walter <stefw@gnome.org>2014-03-05 13:02:15 +0100
commit0b751a90927f0f9768cd587fe8cab5e72a74517f (patch)
treef7c4e867543c7dab39a6064ad513d1d109989928 /pkcs11/gkm/test-data-asn1.c
parent9300894079d184a1362e8f80ae695ede6d7e9e75 (diff)
downloadgnome-keyring-0b751a90927f0f9768cd587fe8cab5e72a74517f.tar.gz
Makefile.am: Use a single non-recursive Makefile
This allows all the code to be built in parallel, and only rebuilding stuff that's changed when developing. Much quicker. In the meantime disable the p11-tests checks, which were very rarely used. We'll need to migrate them to TAP.
Diffstat (limited to 'pkcs11/gkm/test-data-asn1.c')
-rw-r--r--pkcs11/gkm/test-data-asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkcs11/gkm/test-data-asn1.c b/pkcs11/gkm/test-data-asn1.c
index 79786524..5b20bb21 100644
--- a/pkcs11/gkm/test-data-asn1.c
+++ b/pkcs11/gkm/test-data-asn1.c
@@ -50,7 +50,7 @@ setup (Test *test, gconstpointer unused)
gchar *contents;
gsize length;
- if (!g_file_get_contents (SRCDIR "/fixtures/test-certificate-1.der", &contents, &length, NULL))
+ if (!g_file_get_contents (SRCDIR "/pkcs11/gkm/fixtures/test-certificate-1.der", &contents, &length, NULL))
g_assert_not_reached ();
data = g_bytes_new_take (contents, length);