blob: 67135a168881b65a15a526d42cd50d3922b79ebb [file] [log] [blame]
@ECHO OFF
REM Copyright 2020 The IREE Authors
REM
REM Licensed under the Apache License v2.0 with LLVM Exceptions.
REM See https://llvm.org/LICENSE.txt for license information.
REM SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
SET RUNNER_PATH=%~dp0
powershell.exe -NoProfile -File "%RUNNER_PATH%\run_android_test.ps1" %*
EXIT /B %ERRORLEVEL%