diff options
| author | J08nY | 2020-02-12 21:00:20 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-12 21:00:20 +0100 |
| commit | 85afbe7548d59d5ca5a8d17b32926f99235f5211 (patch) | |
| tree | 5645730f38ff87bcbdfe76539dee2e7961df4901 /Makefile | |
| parent | 11bd56b296f1620932f098a6037f0807e7f6616f (diff) | |
| download | pyecsca-85afbe7548d59d5ca5a8d17b32926f99235f5211.tar.gz pyecsca-85afbe7548d59d5ca5a8d17b32926f99235f5211.tar.zst pyecsca-85afbe7548d59d5ca5a8d17b32926f99235f5211.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ -EC_TESTS = ec.test_context ec.test_curve ec.test_curves 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_TESTS = ec.test_context ec.test_configuration ec.test_curve ec.test_curves 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 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_test sca.test_trace sca.test_traceset |
