diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-22 20:36:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-22 20:36:41 +0300 |
commit | bf90203bb912da0fc6960e50f0b3bc0ad16916f2 (patch) | |
tree | f8536a8da4fb2ad9ddbf958df3bc72a43c0ab51f /test/all.bat | |
parent | all_tests.bat -> all.bat (diff) | |
download | aes-tools-bf90203bb912da0fc6960e50f0b3bc0ad16916f2.tar.gz aes-tools-bf90203bb912da0fc6960e50f0b3bc0ad16916f2.zip |
nist-sp-800-38a.py -> nist.py
Diffstat (limited to '')
-rw-r--r-- | test/all.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/all.bat b/test/all.bat index 4debaa9..e65b5d4 100644 --- a/test/all.bat +++ b/test/all.bat @@ -4,9 +4,9 @@ @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! +nist.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 |