Skip to content

Commit 4a2c274

Browse files
committed
m
1 parent 72909f8 commit 4a2c274

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

TestVectors/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ test_generate_vectors_go:
194194
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt-manifest --encrypt-manifest-output ../
195195
cp dafny/TestVectors/test/keys.json runtimes/go
196196

197+
test_generate_vectors_python:
198+
rm -rf runtimes/python/.tox \
199+
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt-manifest --encrypt-manifest-output runtimes/python \
200+
cp dafny/TestVectors/test/keys.json runtimes/python
201+
197202
test_encrypt_vectors_java:
198203
gradle -p runtimes/java run --args="encrypt --manifest-path . --decrypt-manifest-path ."
199204

0 commit comments

Comments
 (0)