aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-11-27 16:15:30 +0100
committerJ08nY2021-11-27 16:15:30 +0100
commit59ca58eee24f70a164923ef9b596231ff738cec2 (patch)
treedc1937dff8474e040f1490af058c70f4cdbbf037 /Makefile
parent4c0dd490280c88a54ab7e493907dfb5e8b8eefbf (diff)
downloadpyecsca-59ca58eee24f70a164923ef9b596231ff738cec2.tar.gz
pyecsca-59ca58eee24f70a164923ef9b596231ff738cec2.tar.zst
pyecsca-59ca58eee24f70a164923ef9b596231ff738cec2.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1dcaa1f..5c40c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ sca.test_sampling sca.test_target sca.test_test sca.test_trace sca.test_traceset
TESTS = ${EC_TESTS} ${SCA_TESTS}
-PERF_SCRIPTS = test.ec.perf_mod test.ec.perf_formula test/ec/perf_mult.py
+PERF_SCRIPTS = test.ec.perf_mod test.ec.perf_formula test.ec.perf_mult test.sca.perf_combine
test:
nose2 -s test -E "not slow and not disabled" -C -v ${TESTS}
@@ -39,9 +39,9 @@ black:
black-all:
black --exclude pyecsca/ec/{std,efd} pyecsca test
-perf: ${PERF_SCRIPTS}
+perf:
mkdir -p .perf
- echo $^ | env DIR=".perf" xargs -n 1 python -m
+ echo ${PERF_SCRIPTS}| env DIR=".perf" xargs -n 1 python -m
perf-plots:
python test/plots/plot_perf.py -d .perf