aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 19:19:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 19:19:39 +0300
commitf1921710f1ec04e8c8978d98cfbc7215e75dd9eb (patch)
treebe4451c94cb3c5de8c70236abb49a12fa43273cc
parenttest: PyLint fixes (diff)
downloadaes-tools-f1921710f1ec04e8c8978d98cfbc7215e75dd9eb.tar.gz
aes-tools-f1921710f1ec04e8c8978d98cfbc7215e75dd9eb.zip
test: remove really old all.bat
-rw-r--r--test/.gitattributes1
-rw-r--r--test/all.bat17
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