Makefile: fix typo
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 29 Apr 2020 01:11:22 +0000 (11:11 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Wed, 29 Apr 2020 01:11:22 +0000 (11:11 +1000)
Fix a typo which meant that the console tests weren't getting
executed by 'make check'.

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

index c09696a92d7784afe5f620c833ce1ab3e428cac5..a13fdccf96ea6a6cf5d954eb4dd6e94e86c904fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ dmi_dtm_tb: dmi_dtm_tb.o sim_vhpi_c.o sim_bram_helpers_c.o
 tests = $(sort $(patsubst tests/%.out,%,$(wildcard tests/*.out)))
 tests_console = $(sort $(patsubst tests/%.console_out,%,$(wildcard tests/*.console_out)))
 
-check: $(tests) $(test_console) test_micropython test_micropython_long
+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)