@@ -1933,31 +1933,31 @@ static int wh_ClientServer_PosixMemMapThreadTest(whTestNvmBackendType nvmType)
19331933int whTest_ClientServer (void )
19341934{
19351935 printf ("Testing client/server sequential: mem...\n" );
1936- WH_TEST_ASSERT (0 == whTest_ClientServerSequential (NVM_TEST_BACKEND_FLASH ));
1936+ WH_TEST_ASSERT (0 == whTest_ClientServerSequential (WH_NVM_TEST_BACKEND_FLASH ));
19371937
19381938#if defined(WOLFHSM_CFG_SERVER_NVM_FLASH_LOG )
19391939 printf ("Testing client/server sequential: mem + flash log...\n" );
19401940 WH_TEST_ASSERT (0 ==
1941- whTest_ClientServerSequential (NVM_TEST_BACKEND_FLASH_LOG ));
1941+ whTest_ClientServerSequential (WH_NVM_TEST_BACKEND_FLASH_LOG ));
19421942#endif /* defined(WOLFHSM_CFG_SERVER_NVM_FLASH_LOG) */
19431943
19441944#if defined(WOLFHSM_CFG_TEST_POSIX )
19451945 printf ("Testing client/server: (pthread) mem...\n" );
1946- WH_TEST_ASSERT (0 == wh_ClientServer_MemThreadTest (NVM_TEST_BACKEND_FLASH ));
1946+ WH_TEST_ASSERT (0 == wh_ClientServer_MemThreadTest (WH_NVM_TEST_BACKEND_FLASH ));
19471947
19481948 printf ("Testing client/server: (pthread) POSIX shared memory ...\n" );
19491949 WH_TEST_ASSERT (
1950- 0 == wh_ClientServer_PosixMemMapThreadTest (NVM_TEST_BACKEND_FLASH ));
1950+ 0 == wh_ClientServer_PosixMemMapThreadTest (WH_NVM_TEST_BACKEND_FLASH ));
19511951
19521952#if defined(WOLFHSM_CFG_SERVER_NVM_FLASH_LOG )
19531953 printf ("Testing client/server: (pthread) mem + flash log...\n" );
19541954 WH_TEST_ASSERT (0 ==
1955- wh_ClientServer_MemThreadTest (NVM_TEST_BACKEND_FLASH_LOG ));
1955+ wh_ClientServer_MemThreadTest (WH_NVM_TEST_BACKEND_FLASH_LOG ));
19561956
19571957 printf ("Testing client/server: (pthread) POSIX shared memory + flash "
19581958 "log...\n" );
19591959 WH_TEST_ASSERT (
1960- 0 == wh_ClientServer_PosixMemMapThreadTest (NVM_TEST_BACKEND_FLASH_LOG ));
1960+ 0 == wh_ClientServer_PosixMemMapThreadTest (WH_NVM_TEST_BACKEND_FLASH_LOG ));
19611961#endif /* defined(WOLFHSM_CFG_SERVER_NVM_FLASH_LOG) */
19621962
19631963#endif /* defined(WOLFHSM_CFG_TEST_POSIX) */
0 commit comments