Added full debug run support.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 2s

This commit is contained in:
Willem Cazander 2024-06-24 20:41:06 +02:00
parent afd1c300c1
commit 5d9ddf23f4
2 changed files with 16 additions and 3 deletions

View file

@ -45,11 +45,21 @@ Include the `lib/make/msxbuild.mk` file from your Makefile.
And override the required paths;
* PATH_SDCC ?= /usr/bin
* PATH_UNIX2DOS ?= /usr/bin
* PATH_OPENMSX ?= /opt/openMSX/bin/
* PATH_OPENMSX ?= /usr/bin
* PATH_MSXBUILD ?= /opt/msxbuild
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
When you want to see whats happening do a debug run;
debug run;
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all
real 0m32.977s
normal run;
time make clean assert-all
real 0m1.938s
## Functions