aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/test/all_test.bat
blob: afa741d129690d81b44b4f39165a7a9ed64214eb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                               
@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