mirror of https://github.com/wolfSSL/wolfssl.git
fine tuning on wolfcrypt\test\test_paths.h
parent
d72d28ac60
commit
409a0acb88
|
@ -201,9 +201,12 @@ echo Copying files to %WOLFSSLLIB_TRG_DIR%\wolfcrypt\test\
|
||||||
xcopy %BASEDIR%\wolfcrypt\test %WOLFSSLLIB_TRG_DIR%\wolfcrypt\test\ /S /E /Q /Y
|
xcopy %BASEDIR%\wolfcrypt\test %WOLFSSLLIB_TRG_DIR%\wolfcrypt\test\ /S /E /Q /Y
|
||||||
if %errorlevel% NEQ 0 SET COPYERROR=true
|
if %errorlevel% NEQ 0 SET COPYERROR=true
|
||||||
|
|
||||||
rem Copy dummy test_paths.h to handle the case configure hasn't yet executed
|
:: Copy dummy test_paths.h to handle the case configure hasn't yet executed
|
||||||
echo F |xcopy %WOLFSSL_ESPIDFDIR%\dummy_test_paths.h %WOLFSSLLIB_TRG_DIR%\wolfcrypt\test\test_paths.h /S /E /Y
|
echo;
|
||||||
xcopy %WOLFSSL_ESPIDFDIR%\dummy_test_paths.h %WOLFSSLIB_TRG_DIR%\wolfcrypt\test\test_paths.h /S /E /Y
|
echo Copying dummy_test_paths.h to %WOLFSSLLIB_TRG_DIR%\wolfcrypt\test\test_paths.h
|
||||||
|
echo new config > %WOLFSSLLIB_TRG_DIR%\wolfcrypt\test\test_paths.h
|
||||||
|
if %errorlevel% NEQ 0 SET COPYERROR=true
|
||||||
|
xcopy %WOLFSSL_ESPIDFDIR%\dummy_test_paths.h %WOLFSSLLIB_TRG_DIR%\wolfcrypt\test\test_paths.h /S /E /Y
|
||||||
if %errorlevel% NEQ 0 SET COPYERROR=true
|
if %errorlevel% NEQ 0 SET COPYERROR=true
|
||||||
|
|
||||||
echo;
|
echo;
|
||||||
|
|
Loading…
Reference in New Issue