aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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