Fix build script test failure due to missing DLL.

This commit is contained in:
Tom Clift 2019-06-14 10:14:23 +10:00
parent 512d57bf90
commit f6f3a7658d

View File

@ -117,6 +117,7 @@ if %errorlevel% NEQ 0 goto builderror
REM #
REM # Test GhostTrap
REM #
copy "..\..\ghostpdl\bin\gsdll64.dll" out\Default\ /Y > NUL
call cd out\Default\ > NUL
echo Testing GhostTrap...
call gswin64c-trapped.exe --test-sandbox -sOutputFile="C:\output\outputtest.txt" "C:\input\inputtest.txt"
@ -217,4 +218,4 @@ cd %startdir%
echo Build complete.
echo started at: %starttime%
echo now it is : %time%
echo now it is : %time%