summaryrefslogtreecommitdiff
path: root/p11-kit/tests/test-init.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-12-10 11:13:01 +0100
committerStef Walter <stefw@gnome.org>2013-01-09 13:49:44 +0100
commitb39c9a7792824dfa8a05926261315356d9007098 (patch)
treee4d688ab8917f009fea5e945e3b9a101ab8f53fb /p11-kit/tests/test-init.c
parent3ebc9a78d4bca0b630a8b887ab93d6cc654f2cb2 (diff)
Set strict debug preconditions during testing
Diffstat (limited to 'p11-kit/tests/test-init.c')
-rw-r--r--p11-kit/tests/test-init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/p11-kit/tests/test-init.c b/p11-kit/tests/test-init.c
index 5861bbf..7664666 100644
--- a/p11-kit/tests/test-init.c
+++ b/p11-kit/tests/test-init.c
@@ -295,6 +295,7 @@ main (void)
CuSuite* suite = CuSuiteNew ();
int ret;
+ setenv ("P11_KIT_STRICT", "1", 1);
p11_mutex_init (&race_mutex);
mock_module_init ();
p11_library_init ();