aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2020-02-18 18:04:59 +0100
committerJ08nY2020-02-18 18:04:59 +0100
commitf04c640c05e9ffe894f67194832623e28a8000f5 (patch)
tree192683de3385305c0091607214d9396555add3c9 /Makefile
parent29326d606cc073a0f4e62b65540998f62f242445 (diff)
downloadpyecsca-codegen-f04c640c05e9ffe894f67194832623e28a8000f5.tar.gz
pyecsca-codegen-f04c640c05e9ffe894f67194832623e28a8000f5.tar.zst
pyecsca-codegen-f04c640c05e9ffe894f67194832623e28a8000f5.zip
Rework client.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71be080..3a7853b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TESTS = test_builder
+TESTS = test_builder test_client
test:
nose2 -s test -A !slow -C -v ${TESTS}