From f1921710f1ec04e8c8978d98cfbc7215e75dd9eb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 31 Mar 2021 19:19:25 +0300 Subject: test: remove really old all.bat --- test/.gitattributes | 1 - test/all.bat | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 test/.gitattributes delete mode 100644 test/all.bat diff --git a/test/.gitattributes b/test/.gitattributes deleted file mode 100644 index 69b47b5..0000000 --- a/test/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.bat text eol=crlf 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 -- cgit v1.2.3