diff options
Diffstat (limited to 'common/tests/test-attrs.c')
-rw-r--r-- | common/tests/test-attrs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/tests/test-attrs.c b/common/tests/test-attrs.c index e358edf..445695f 100644 --- a/common/tests/test-attrs.c +++ b/common/tests/test-attrs.c @@ -40,6 +40,7 @@ #include <string.h> #include "attrs.h" +#include "debug.h" static void test_count (CuTest *tc) @@ -486,6 +487,9 @@ main (void) CuSuite* suite = CuSuiteNew (); int ret; + setenv ("P11_KIT_STRICT", "1", 1); + p11_debug_init (); + SUITE_ADD_TEST (suite, test_count); SUITE_ADD_TEST (suite, test_build_one); SUITE_ADD_TEST (suite, test_build_two); |