diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 19:19:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 19:19:39 +0300 |
commit | f1921710f1ec04e8c8978d98cfbc7215e75dd9eb (patch) | |
tree | be4451c94cb3c5de8c70236abb49a12fa43273cc | |
parent | test: PyLint fixes (diff) | |
download | aes-tools-f1921710f1ec04e8c8978d98cfbc7215e75dd9eb.tar.gz aes-tools-f1921710f1ec04e8c8978d98cfbc7215e75dd9eb.zip |
test: remove really old all.bat
Diffstat (limited to '')
-rw-r--r-- | test/.gitattributes | 1 | ||||
-rw-r--r-- | test/all.bat | 17 |
2 files changed, 0 insertions, 18 deletions
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 |