mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-09 15:47:55 -05:00
remove shell script used for running KATs using pytest
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
11
test_kat.sh
11
test_kat.sh
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 1. Make shared library object
|
||||
make lib
|
||||
|
||||
# 2. Run test cases
|
||||
pushd wrapper/python
|
||||
cp ../../kats/kyber{512,768,1024}.kat .
|
||||
python3 -m pytest -k kyber -v
|
||||
rm kyber{512,768,1024}.kat
|
||||
popd
|
||||
Reference in New Issue
Block a user