From 6323f274232e2b9608cb89eace21a123bbb2cb8f Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Sun, 24 May 2020 12:09:11 +1000 Subject: [PATCH] Add unit tests to check and check_light Signed-off-by: Michael Neuling --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2f7ec47..887b908 100644 --- a/Makefile +++ b/Makefile @@ -173,9 +173,9 @@ tests_console = $(sort $(patsubst tests/%.console_out,%,$(wildcard tests/*.conso tests_console: $(tests_console) -check: $(tests) tests_console test_micropython test_micropython_long +check: $(tests) tests_console test_micropython test_micropython_long tests_unit -check_light: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 test_micropython test_micropython_long tests_console +check_light: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 test_micropython test_micropython_long tests_console tests_unit $(tests): core_tb @./scripts/run_test.sh $@