aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2020-02-10 20:39:53 +0100
committerJ08nY2020-02-10 20:39:53 +0100
commit4e2bd346baf2db39391deb49e9bdb9d89f94101a (patch)
treef72098033d15ba5ce2e5848a4f744b0a8b6d9c82 /Makefile
parent16c93caa5762158999abdcb00ed5e4ddac12cafb (diff)
downloadpyecsca-4e2bd346baf2db39391deb49e9bdb9d89f94101a.tar.gz
pyecsca-4e2bd346baf2db39391deb49e9bdb9d89f94101a.tar.zst
pyecsca-4e2bd346baf2db39391deb49e9bdb9d89f94101a.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 691556c..ad8fd0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-EC_TESTS = ec.test_context ec.test_curve ec.test_params ec.test_key_agreement ec.test_mod ec.test_model \
+EC_TESTS = ec.test_context ec.test_curve ec.test_curves ec.test_params ec.test_key_agreement 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 \