diff options
Diffstat (limited to 'test/all.bat')
-rw-r--r-- | test/all.bat | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/all.bat b/test/all.bat deleted file mode 100644 index d1890df..0000000 --- a/test/all.bat +++ /dev/null @@ -1,17 +0,0 @@ -@setlocal enabledelayedexpansion - -@set "script_dir=%~dp0" - -@if "%~1"=="" goto exit_with_usage - -@set "utils_dir=%~1" - -"%script_dir%nist.py" --path "%utils_dir%" || exit /b !errorlevel! -"%script_dir%cavp.py" --path "%utils_dir%" || exit /b !errorlevel! -"%script_dir%file.py" --path "%utils_dir%" || exit /b !errorlevel! - -@goto :eof - -:exit_with_usage -@echo usage: %~nx0 UTILS_DIR >&2 -@exit /b 1 |