diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-22 09:24:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-22 09:24:03 +0300 |
commit | 3f2b50e31f213a44a7bae3284348da3af6744bec (patch) | |
tree | ea33ba6a3c54312049d0a9114df5bbb7ca60a306 /test/all_test.bat | |
parent | add .gitattributes (diff) | |
download | aes-tools-3f2b50e31f213a44a7bae3284348da3af6744bec.tar.gz aes-tools-3f2b50e31f213a44a7bae3284348da3af6744bec.zip |
all_test.bat -> all_tests.bat
Diffstat (limited to 'test/all_test.bat')
-rw-r--r-- | test/all_test.bat | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/all_test.bat b/test/all_test.bat deleted file mode 100644 index 4debaa9..0000000 --- a/test/all_test.bat +++ /dev/null @@ -1,15 +0,0 @@ -@setlocal enabledelayedexpansion - -@if [%1] == [] goto exit_with_usage - -@set utils_dir=%~1 - -nist-sp-800-38a.py --path "%utils_dir%" || exit /b !errorlevel! -cavp.py --path "%utils_dir%" || exit /b !errorlevel! -file.py --path "%utils_dir%" || exit /b !errorlevel! - -@goto :eof - -:exit_with_usage -@echo usage: %0 UTILS_DIR >&2 -@exit /b 1 |