aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2023-08-29 22:42:44 +0200
committerJ08nY2023-08-29 22:42:44 +0200
commit538a06b79c029a4a9cc8e0f7724cbf3af36c1951 (patch)
tree130a50df5435d776ef822b717865f1b348c08211 /Makefile
parent69618b7d5fd49f454db0a140a503e46c620810ee (diff)
downloadpyecsca-538a06b79c029a4a9cc8e0f7724cbf3af36c1951.tar.gz
pyecsca-538a06b79c029a4a9cc8e0f7724cbf3af36c1951.tar.zst
pyecsca-538a06b79c029a4a9cc8e0f7724cbf3af36c1951.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6b67f4..537e885 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ 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
+PERF_SCRIPTS = test.ec.perf_mod test.ec.perf_formula test.ec.perf_mult test.sca.perf_combine test.sca.perf_zvp
test:
pytest -m "not slow" --cov=pyecsca