From b73f4ef126bdead47262e29e47d159a89984d65f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 19 Feb 2013 14:05:34 +0100 Subject: Add the log-calls module config option If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr. --- p11-kit/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'p11-kit/tests/Makefile.am') diff --git a/p11-kit/tests/Makefile.am b/p11-kit/tests/Makefile.am index 0c5c246..f385d2a 100644 --- a/p11-kit/tests/Makefile.am +++ b/p11-kit/tests/Makefile.am @@ -33,6 +33,7 @@ if WITH_FFI CHECK_PROGS += \ test-virtual \ test-managed \ + test-log \ $(NULL) endif -- cgit v1.1