aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2023-12-05 14:19:39 +0100
committerJ08nY2023-12-05 14:19:39 +0100
commitafe53219410458137e214e2ce6fd68f421797552 (patch)
tree5752a7d1eb55f49c444124ad0c02e5ae3a57d824 /Makefile
parent3860a7ca356e334e4a5c7419e774e49f79408905 (diff)
downloadpyecsca-afe53219410458137e214e2ce6fd68f421797552.tar.gz
pyecsca-afe53219410458137e214e2ce6fd68f421797552.tar.zst
pyecsca-afe53219410458137e214e2ce6fd68f421797552.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 537e885..a60711b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,3 @@
-EC_TESTS = test.ec.test_context test.ec.test_configuration test.ec.test_curve test.ec.test_formula \
-test.ec.test_params test.ec.test_key_agreement test.ec.test_key_generation test.ec.test_mod test.ec.test_model \
-test.ec.test_mult test.ec.test_naf test.ec.test_op test.ec.test_point test.ec.test_signature test.ec.test_transformations test.ec.test_regress \
-test.ec.test_divpoly
-
-SCA_TESTS = test.sca.test_align test.sca.test_combine test.sca.test_edit test.sca.test_filter test.sca.test_match test.sca.test_process \
-test.sca.test_sampling test.sca.test_target test.sca.test_test test.sca.test_trace test.sca.test_traceset test.sca.test_plot test.sca.test_rpa \
-test.sca.test_zvp test.sca.test_stacked_combine test.sca.test_leakage_models
-
-TESTS = ${EC_TESTS} ${SCA_TESTS}
-
PERF_SCRIPTS = test.ec.perf_mod test.ec.perf_formula test.ec.perf_mult test.sca.perf_combine test.sca.perf_zvp
test: