Enabled auto path to A:\UTILS + added test for msxhub packages.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 11s

This commit is contained in:
Willem Cazander 2024-06-29 02:49:16 +02:00
parent 92b8aa9a06
commit 598d673d91
9 changed files with 82 additions and 38 deletions

View file

@ -52,7 +52,7 @@ When you want to see whats happening do a debug run;
normal run;
time make assert-all
real 0m2.400s
real 0m3.223s
debug run at 11 Mhz;
time MB_OPENMSX_RENDERER=on MB_OPENMSX_THROTTLE=on make assert-all
@ -68,7 +68,7 @@ When you want to see whats happening do a debug run;
build parallel;
time make -s -j4 assert-all
real 0m1.162s
real 0m1.817s
## Functions
@ -90,11 +90,11 @@ Current set is WIP.
* mb_autoexec_safe_cmd
* mb_autoexec_safe_test
* mb_msxhub_file
* mb_msxhub_getboot_dos1
* mb_msxhub_getboot_dos2
* mb_msxhub_getboot_nextor
* mb_msxhub_get_dos2
* mb_msxhub_get_nextor
* mb_msxhub_get_dos1_boot
* mb_msxhub_get_dos2_boot
* mb_msxhub_get_dos2_utils
* mb_msxhub_get_nextor_boot
* mb_msxhub_get_nextor_utils
* mb_msxhub_get_macro80
* mb_msxhub_get_z80asmuk
* mb_msxhub_get_pmarc
@ -157,8 +157,8 @@ Current set is WIP.
## Errata
* Imported folders in openMSX; `cd utils;cd ..;dir` breaks, use `cd utils:cd a:\;dir` as workaround
* Doesn't work on windows
* Missing C and mixed support
* If no SDL than screenshot in fail_after doesn't work
* Video recorder does not append if used in multiple build steps