summaryrefslogtreecommitdiff
path: root/Chalice/tests/test-scripts/reg_test_all.bat
blob: 6bbac77511a1a3a071bc52b63fb2985715e7f855 (plain)
1
2
3
4
5
6
7
8
9
@echo off

set regtest="%~dp0\reg_test.bat"

for /F %%f in ('dir *.chalice /b') do (
  call %regtest% %%~nf %1 %2 %3 %4 %5 %6 %7 %8
)

exit /b 0