1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Better handling on non-interactive tests

This commit is contained in:
Ross Wilson
2016-01-20 11:23:18 +07:00
parent f6a0bfce5f
commit c846714bdd

View File

@@ -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