Makefile: Remove long micropython test from check_light
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 26 Jul 2023 06:31:05 +0000 (16:31 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 15 Sep 2023 04:49:18 +0000 (14:49 +1000)
It takes a very long time, so remove it from the "light" check.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Makefile

index 49f7cc1706ef4b4b1e6c458d6a1c0b35090676a3..bf928da3b1535acd0f3d7e7fb5ef8e9c40ed448e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@ check_vunit:
 
 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 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 tests_console tests_unit
 
 $(tests): core_tb
        @./scripts/run_test.sh $@