Add unit tests to check and check_light
authorMichael Neuling <mikey@neuling.org>
Sun, 24 May 2020 02:09:11 +0000 (12:09 +1000)
committerMichael Neuling <mikey@neuling.org>
Fri, 5 Jun 2020 03:21:18 +0000 (13:21 +1000)
Signed-off-by: Michael Neuling <mikey@neuling.org>
Makefile

index 2f7ec47e0799495e170dcfde0b56c8483b4f6b51..887b908b34cd097adbecb789fa0c0556e27e5a2a 100644 (file)
--- 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 $@