mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
refer unit_PassThrough flag at least once
This commit is contained in:
@ -442,7 +442,9 @@ static int test_wolfCrypt_Init(void)
|
|||||||
|
|
||||||
static int test_fileAccess()
|
static int test_fileAccess()
|
||||||
{
|
{
|
||||||
#ifdef WOLFSSL_TEST_PLATFORMDEPEND
|
if(unit_PassThrough == 1)XABORT(); /* do nothing. use the flag at least once. */
|
||||||
|
|
||||||
|
#if defined(WOLFSSL_TEST_PLATFORMDEPEND) && !defined(NO_FILESYSTEM)
|
||||||
|
|
||||||
const char *fname[] = {
|
const char *fname[] = {
|
||||||
svrCertFile, svrKeyFile, caCertFile, eccCertFile, eccKeyFile, eccRsaCertFile,
|
svrCertFile, svrKeyFile, caCertFile, eccCertFile, eccKeyFile, eccRsaCertFile,
|
||||||
|
Reference in New Issue
Block a user