We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa13be1 commit b95956dCopy full SHA for b95956d
3 files changed
test/wh_test.c
@@ -40,6 +40,7 @@
40
#include "wh_test_keywrap.h"
41
#include "wh_test_multiclient.h"
42
#include "wh_test_log.h"
43
+#include "wh_test_auth.h"
44
45
#if defined(WOLFHSM_CFG_CERTIFICATE_MANAGER)
46
#include "wh_test_cert.h"
@@ -87,6 +88,9 @@ int whTest_Unit(void)
87
88
WH_TEST_ASSERT(0 == whTest_Comm());
89
WH_TEST_ASSERT(0 == whTest_ClientServer());
90
91
+ /* Auth tests */
92
+ WH_TEST_ASSERT(0 == whTest_Auth());
93
+
94
#ifndef WOLFHSM_CFG_NO_CRYPTO
95
/* Crypto Tests */
96
WH_TEST_ASSERT(0 == whTest_Crypto());
@@ -113,7 +117,6 @@ int whTest_Unit(void)
113
117
#endif
114
118
115
119
#endif /* !WOLFHSM_CFG_NO_CRYPTO */
116
-
120
return 0;
121
}
122
#endif /* WOLFHSM_CFG_ENABLE_CLIENT && WOLFHSM_CFG_ENABLE_SERVER */
0 commit comments