aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2024-04-16 14:46:47 +0200
committerJ08nY2024-04-16 14:46:47 +0200
commitf57762f291bbd0de46c7a7f98135fd3e15827db2 (patch)
treef511c13c0f3695651a1d479d2311c64ae80b7b76 /Makefile
parentb766b7bf98160dd51086bf1463b62098522cc4d1 (diff)
downloadpyecsca-f57762f291bbd0de46c7a7f98135fd3e15827db2.tar.gz
pyecsca-f57762f291bbd0de46c7a7f98135fd3e15827db2.tar.zst
pyecsca-f57762f291bbd0de46c7a7f98135fd3e15827db2.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d0eaad..188c3bc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
PERF_SCRIPTS = test.ec.perf_mod test.ec.perf_formula test.ec.perf_mult test.sca.perf_combine test.sca.perf_zvp
+all: help
+
test:
pytest -m "not slow" --cov=pyecsca
@@ -64,4 +66,4 @@ help:
@echo " - docs: Build docs using sphinx."
@echo " - help: Show this help."
-.PHONY: test test-plots test-all typecheck typecheck-all codestyle codestyle-all docstyle black black-all perf doc-coverage docs
+.PHONY: all test test-plots test-all typecheck typecheck-all codestyle codestyle-all docstyle black black-all perf doc-coverage docs