summaryrefslogtreecommitdiff
path: root/pkcs11/gkm
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-04-23 11:43:39 +0200
committerStef Walter <stefw@collabora.co.uk>2011-04-23 12:14:05 +0200
commiteedfc9755323f68a26c39ff2374a11dbc18ada32 (patch)
treea3e1cf010f8bac0a05eeb384f18437453bf173f0 /pkcs11/gkm
parent17d6b046561220bc80f9d6cf0306f70b2f8c6fa7 (diff)
downloadgnome-keyring-eedfc9755323f68a26c39ff2374a11dbc18ada32.tar.gz
Better testing configure options.
* --enable-tests=yes/no/full * With 'full' the testing hooks in gnome-keyring-daemon are built * Different libraries are built in testable and non-testable versions.
Diffstat (limited to 'pkcs11/gkm')
-rw-r--r--pkcs11/gkm/tests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkcs11/gkm/tests/Makefile.am b/pkcs11/gkm/tests/Makefile.am
index 91cff0ac..c49d4acc 100644
--- a/pkcs11/gkm/tests/Makefile.am
+++ b/pkcs11/gkm/tests/Makefile.am
@@ -59,13 +59,11 @@ test_timer_LDADD = \
check_PROGRAMS = $(TEST_PROGS)
test: $(TEST_PROGS)
- SRCDIR='$(srcdir)' gtester -k --verbose ${TEST_PROGS}
+ SRCDIR='$(srcdir)' gtester -k --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
check-local: test
-if WITH_TESTS
all-local: $(check_PROGRAMS)
-endif
asn1-def-test.h: test.asn
$(ASN1PARSER) -o asn1-def-test.h $(srcdir)/test.asn