From f6a54726d86dd84b93408747310170f1ac5b4d16 Mon Sep 17 00:00:00 2001 From: andrr3j Date: Wed, 19 Jul 2023 13:18:39 +0200 Subject: simulator tests added to MakeFile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.3.1