diff options
| author | J08nY | 2024-04-16 14:46:47 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-16 14:46:47 +0200 |
| commit | f57762f291bbd0de46c7a7f98135fd3e15827db2 (patch) | |
| tree | f511c13c0f3695651a1d479d2311c64ae80b7b76 /Makefile | |
| parent | b766b7bf98160dd51086bf1463b62098522cc4d1 (diff) | |
| download | pyecsca-f57762f291bbd0de46c7a7f98135fd3e15827db2.tar.gz pyecsca-f57762f291bbd0de46c7a7f98135fd3e15827db2.tar.zst pyecsca-f57762f291bbd0de46c7a7f98135fd3e15827db2.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
