We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad5dde commit 52a7269Copy full SHA for 52a7269
3 files changed
test/wh_test.c
@@ -39,6 +39,7 @@
39
#include "wh_test_keywrap.h"
40
#include "wh_test_multiclient.h"
41
#include "wh_test_log.h"
42
+#include "wh_test_auth.h"
43
44
#if defined(WOLFHSM_CFG_CERTIFICATE_MANAGER)
45
#include "wh_test_cert.h"
@@ -83,6 +84,9 @@ int whTest_Unit(void)
83
84
WH_TEST_ASSERT(0 == whTest_Comm());
85
WH_TEST_ASSERT(0 == whTest_ClientServer());
86
87
+ /* Auth tests */
88
+ WH_TEST_ASSERT(0 == whTest_Auth());
89
+
90
#ifndef WOLFHSM_CFG_NO_CRYPTO
91
/* Crypto Tests */
92
WH_TEST_ASSERT(0 == whTest_Crypto());
@@ -109,7 +113,6 @@ int whTest_Unit(void)
109
113
#endif
110
114
111
115
#endif /* !WOLFHSM_CFG_NO_CRYPTO */
112
-
116
return 0;
117
}
118
#endif /* WOLFHSM_CFG_ENABLE_CLIENT && WOLFHSM_CFG_ENABLE_SERVER */
0 commit comments