repertory/scripts/run_tests.cmd
Scott E. Graves 15cc7b0b87
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
updated build system
2024-08-04 09:55:01 -05:00

13 lines
154 B
Batchfile

@echo off
setlocal
set ARG1=%~1
set ARG2=%~2
set ARG3=%~3
pushd "%~dp0%"
call mingw64 -no-start ./run_tests.sh "%ARG1%" "%ARG2%" "%ARG3%" 1 0
popd