diff options
| author | J08nY | 2023-08-01 19:01:56 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-01 19:01:56 +0200 |
| commit | 6dcf7835175a9c3c575ce484740d340a7f6f8f68 (patch) | |
| tree | 8d32e8499a8a904e58d64aae242b97dfac3a1c84 /Makefile | |
| parent | 60e14db3e932c7ba6c640e1059cf6f06215de3a1 (diff) | |
| download | pyecsca-6dcf7835175a9c3c575ce484740d340a7f6f8f68.tar.gz pyecsca-6dcf7835175a9c3c575ce484740d340a7f6f8f68.tar.zst pyecsca-6dcf7835175a9c3c575ce484740d340a7f6f8f68.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ EC_TESTS = ec.test_context ec.test_configuration ec.test_curve ec.test_formula \ ec.test_params ec.test_key_agreement ec.test_key_generation ec.test_mod ec.test_model \ -ec.test_mult ec.test_naf ec.test_op ec.test_point ec.test_signature ec.test_transformations ec.test_regress +ec.test_mult ec.test_naf ec.test_op ec.test_point ec.test_signature ec.test_transformations ec.test_regress \ +ec.test_divpoly SCA_TESTS = sca.test_align sca.test_combine sca.test_edit sca.test_filter sca.test_match sca.test_process \ sca.test_sampling sca.test_target sca.test_test sca.test_trace sca.test_traceset sca.test_plot sca.test_rpa \ -sca.test_stacked_combine sca.test_leakage_models +sca.test_zvp sca.test_stacked_combine sca.test_leakage_models TESTS = ${EC_TESTS} ${SCA_TESTS} |
