aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_client.py
diff options
context:
space:
mode:
authorJ08nY2020-02-26 14:28:52 +0100
committerJ08nY2020-02-26 14:28:52 +0100
commitf78ff987ac2df62dbd8326ce33ae61c97673710e (patch)
tree9b63026e223254bc3c4e6af164bd3ae3bdcc0404 /test/test_client.py
parent3892d994470b181f950703fabf719a9c963d1c20 (diff)
downloadpyecsca-codegen-f78ff987ac2df62dbd8326ce33ae61c97673710e.tar.gz
pyecsca-codegen-f78ff987ac2df62dbd8326ce33ae61c97673710e.tar.zst
pyecsca-codegen-f78ff987ac2df62dbd8326ce33ae61c97673710e.zip
Get stuff to work on STM32F0.
Diffstat (limited to 'test/test_client.py')
-rw-r--r--test/test_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_client.py b/test/test_client.py
index f854a5c..323e470 100644
--- a/test/test_client.py
+++ b/test/test_client.py
@@ -70,10 +70,10 @@ class ClientTests(TestCase):
runner = CliRunner()
with runner.isolated_filesystem() as tmpdir:
runner.invoke(build_impl,
- ["--platform", "HOST", "-v", "shortw", "projective",
+ ["--platform", "HOST", "shortw", "projective",
"add-1998-cmo", "dbl-1998-cmo", "z", "ltr(complete=False)", "."])
result = runner.invoke(main,
- ["--platform", "HOST", "--binary",
+ ["--platform", "HOST", "--fw",
join(tmpdir, "pyecsca-codegen-HOST.elf"),
"shortw", "projective", "gen", "secg/secp128r1"])
self.assertEqual(result.exit_code, 0)