Add tests_console make target
authorMichael Neuling <mikey@neuling.org>
Sat, 23 May 2020 06:59:51 +0000 (16:59 +1000)
committerMichael Neuling <mikey@neuling.org>
Fri, 5 Jun 2020 03:21:18 +0000 (13:21 +1000)
Will use when splitting out Travis tests later

Signed-off-by: Michael Neuling <mikey@neuling.org>
Makefile

index 23c79b20634aad8b2d979a8f204a02b68fea4bdf..fb22dd464734b9dbcdd48411f739a6fc0e42e8c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -171,9 +171,11 @@ prog: microwatt.svf
 tests = $(sort $(patsubst tests/%.out,%,$(wildcard tests/*.out)))
 tests_console = $(sort $(patsubst tests/%.console_out,%,$(wildcard tests/*.console_out)))
 
-check: $(tests) $(tests_console) test_micropython test_micropython_long
+tests_console: $(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)
+check: $(tests) tests_console test_micropython test_micropython_long
+
+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): core_tb
        @./scripts/run_test.sh $@