summaryrefslogtreecommitdiff
path: root/pkcs11/secret-store
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-05 12:58:46 +0100
committerStef Walter <stefw@gnome.org>2014-03-05 13:02:16 +0100
commit533044c5ef208543b00e5f56635dcaae1b93d31b (patch)
tree7679e20322fdbcf0d0f53f722386415b9168ea0b /pkcs11/secret-store
parent4f0b8a25630d6555cf0d91b849273e0e24a174ad (diff)
downloadgnome-keyring-533044c5ef208543b00e5f56635dcaae1b93d31b.tar.gz
Makefile.am: Use parallel tests for 'make check'
Also build in a 'make check-memory' and related functionality which drives valgrind.
Diffstat (limited to 'pkcs11/secret-store')
-rw-r--r--pkcs11/secret-store/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkcs11/secret-store/Makefile.am b/pkcs11/secret-store/Makefile.am
index 9bdfe71e..3b359bae 100644
--- a/pkcs11/secret-store/Makefile.am
+++ b/pkcs11/secret-store/Makefile.am
@@ -76,7 +76,7 @@ dump_keyring0_format_SOURCES = \
pkcs11/secret-store/dump-keyring0-format.c
dump_keyring0_format_LDADD = $(secret_store_LIBS)
-TEST_PROGS += \
+secret_store_TESTS = \
test-secret-compat \
test-secret-fields \
test-secret-data \
@@ -119,3 +119,6 @@ test_secret_binary_SOURCES = pkcs11/secret-store/test-secret-binary.c
test_secret_binary_LDADD = $(secret_store_LIBS)
EXTRA_DIST += pkcs11/secret-store/fixtures
+
+check_PROGRAMS += $(secret_store_TESTS)
+TESTS += $(secret_store_TESTS)