From 72fcf7dfe9f0388ea3ea9a03078b5ba1c183adcd Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 27 Feb 2016 21:54:51 +0100 Subject: tests: enable softhsmv2 test suite by default Also do not fatally fail with known softhsmv2 bugs. --- tests/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/utils.h') diff --git a/tests/utils.h b/tests/utils.h index 88e0d333cd..ca21d57656 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -50,6 +50,8 @@ extern const char *pkcs3; extern void fail(const char *format, ...) __attribute__ ((format(printf, 1, 2))); +extern void fail_ignore(const char *format, ...) + __attribute__ ((format(printf, 1, 2))); extern void success(const char *format, ...) __attribute__ ((format(printf, 1, 2))); -- cgit v1.2.1