mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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()
|
||||
{
|
||||
#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[] = {
|
||||
svrCertFile, svrKeyFile, caCertFile, eccCertFile, eccKeyFile, eccRsaCertFile,
|
||||
|
Reference in New Issue
Block a user