From f78ff987ac2df62dbd8326ce33ae61c97673710e Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 26 Feb 2020 14:28:52 +0100 Subject: Get stuff to work on STM32F0. --- test/test_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_client.py') 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) -- cgit v1.3.1