diff options
| author | J08nY | 2020-03-05 00:43:57 +0100 |
|---|---|---|
| committer | J08nY | 2020-03-05 00:43:57 +0100 |
| commit | 0c3c4a8d6725c01d8c4ba7b4a4e5f43922ec1e65 (patch) | |
| tree | a5531714c910f0a7a42280eb244a21c7787bc4bc /Makefile | |
| parent | f8345c356e37cb8e277d5bf5262c7cc2e57477bd (diff) | |
| download | pyecsca-0c3c4a8d6725c01d8c4ba7b4a4e5f43922ec1e65.tar.gz pyecsca-0c3c4a8d6725c01d8c4ba7b4a4e5f43922ec1e65.tar.zst pyecsca-0c3c4a8d6725c01d8c4ba7b4a4e5f43922ec1e65.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,15 +3,15 @@ ec.test_params ec.test_key_agreement ec.test_key_generation ec.test_mod ec.test_ ec.test_mult ec.test_naf ec.test_op ec.test_point ec.test_signature SCA_TESTS = sca.test_align sca.test_combine sca.test_edit sca.test_filter sca.test_match sca.test_process \ -sca.test_sampling sca.test_target sca.test_test sca.test_trace sca.test_traceset +sca.test_sampling sca.test_target sca.test_test sca.test_trace sca.test_traceset sca.test_plot TESTS = ${EC_TESTS} ${SCA_TESTS} test: - nose2 -s test -A !slow -C -v ${TESTS} + nose2 -s test -E "not slow and not disabled" -C -v ${TESTS} test-plots: - env PYECSCA_TEST_PLOTS=1 nose2 -s test -A !slow -C -v ${TESTS} + env PYECSCA_TEST_PLOTS=1 nose2 -s test -E "not slow and not disabled" -C -v ${TESTS} test-all: nose2 -s test -C -v ${TESTS} |
