diff options
| author | J08nY | 2020-02-18 18:04:59 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-18 18:04:59 +0100 |
| commit | f04c640c05e9ffe894f67194832623e28a8000f5 (patch) | |
| tree | 192683de3385305c0091607214d9396555add3c9 /Makefile | |
| parent | 29326d606cc073a0f4e62b65540998f62f242445 (diff) | |
| download | pyecsca-codegen-f04c640c05e9ffe894f67194832623e28a8000f5.tar.gz pyecsca-codegen-f04c640c05e9ffe894f67194832623e28a8000f5.tar.zst pyecsca-codegen-f04c640c05e9ffe894f67194832623e28a8000f5.zip | |
Rework client.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -TESTS = test_builder +TESTS = test_builder test_client test: nose2 -s test -A !slow -C -v ${TESTS} |
