From c846714bdd2b800f8f2e8531c31e09edfa7e357f Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Wed, 20 Jan 2016 11:23:18 +0700 Subject: [PATCH] Better handling on non-interactive tests --- pymlac/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pymlac/Makefile b/pymlac/Makefile index d2ff327..d7fd146 100644 --- a/pymlac/Makefile +++ b/pymlac/Makefile @@ -8,7 +8,9 @@ test: ./make_ptr > test.ptr python test_CPU.py CPU.test #python test_Display.py # interactive! - #test_KBD.py # interactive! + @echo "########## Run 'python test_Display.py' by hand! ##########" + #python test_KBD.py # interactive! + @echo "########## Run 'python test_KBD.py' by hand! ##########" python test_Memory.py python test_PTR_PTP.py python test_TTYIN.py