aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2020-03-16 20:44:22 +0100
committerJ08nY2020-03-16 20:44:22 +0100
commitc2b75500aa3dbcb0d2367439e29d33440bf77688 (patch)
treeb91c1b3fe8efb085aed14e51600fa88a35b15772 /Makefile
parent9d4d881d6d847b044959b3c080dac1c9488445e8 (diff)
downloadpyecsca-c2b75500aa3dbcb0d2367439e29d33440bf77688.tar.gz
pyecsca-c2b75500aa3dbcb0d2367439e29d33440bf77688.tar.zst
pyecsca-c2b75500aa3dbcb0d2367439e29d33440bf77688.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd30ab1..5aeb2ed 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_mult ec.test_naf ec.test_op ec.test_point ec.test_signature ec.test_transformations
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