aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorandrr3j2023-07-19 13:18:39 +0200
committerandrr3j2023-07-19 13:18:39 +0200
commitf6a54726d86dd84b93408747310170f1ac5b4d16 (patch)
treef6cbd9ad58a53e4eeb88e41ce03ce6d1219d0545
parent1252f69a677b432c9d19c2075c113ebae13924bc (diff)
downloadpyecsca-codegen-f6a54726d86dd84b93408747310170f1ac5b4d16.tar.gz
pyecsca-codegen-f6a54726d86dd84b93408747310170f1ac5b4d16.tar.zst
pyecsca-codegen-f6a54726d86dd84b93408747310170f1ac5b4d16.zip
simulator tests added to MakeFile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42858a7..790a977 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TESTS = test_builder test_client test_render test_impl
+TESTS = test_builder test_client test_render test_impl test_simulator
test:
nose2 -s test -A !slow -C -v ${TESTS}