aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-01-06 15:47:58 +0100
committerJ08nY2021-01-06 15:47:58 +0100
commit9dd00af7aede2085812a65a888a7539e9a792213 (patch)
tree03ebbc2fbcf6b886e274049939e6c3a98e65e430 /Makefile
parent9a3bc0379b5033e03dec6473fa645c4bf1770105 (diff)
downloadpyecsca-9dd00af7aede2085812a65a888a7539e9a792213.tar.gz
pyecsca-9dd00af7aede2085812a65a888a7539e9a792213.tar.zst
pyecsca-9dd00af7aede2085812a65a888a7539e9a792213.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ebe608..2eaf069 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
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_mult ec.test_naf ec.test_op ec.test_point ec.test_signature ec.test_transformations ec.test_regress
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