Update internal
Change-Id: I8f3ddadf54517d3a06eea6fe66a418f4f29b3d8c
This commit is contained in:
parent
2d7e551695
commit
c911e249f4
|
@ -36,7 +36,7 @@ components:
|
|||
internal:
|
||||
branch: master
|
||||
dest_dir: internal
|
||||
revision: 1b5d598d4472d31d909089cacfabbb6e7d4135cd
|
||||
revision: 0e86ed75f1d0ef5574c343e030755efed41891bc
|
||||
type: git
|
||||
khronos:
|
||||
branch: master
|
||||
|
|
|
@ -25,8 +25,8 @@ REM OTHER DEALINGS IN THE SOFTWARE.
|
|||
goto end
|
||||
)
|
||||
|
||||
if exist ../../../../../../terminate ( exit )
|
||||
if exist ../../../../../../no_verifier ( exit /b )
|
||||
if exist ../../../../../terminate ( exit )
|
||||
if exist ../../../../../no_verifier ( exit /b )
|
||||
|
||||
appverif.exe -enable Exceptions Handles Heaps Leak Locks Memory Threadpool TLS DirtyStacks -for igdrcl_tests.exe
|
||||
%~dp0/igdrcl_tests.exe %*
|
||||
|
|
Loading…
Reference in New Issue