Updated with new targets.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 14s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 14s
This commit is contained in:
parent
337f8666e4
commit
1b799cfca2
17
README.md
17
README.md
|
@ -83,6 +83,8 @@ When using the `mb_setup_default` this add a help system which works by running:
|
||||||
* @help-target
|
* @help-target
|
||||||
* @help-target-deep
|
* @help-target-deep
|
||||||
* @help-target-run
|
* @help-target-run
|
||||||
|
* @help-target-module
|
||||||
|
* @help-target-assert
|
||||||
* @help-all
|
* @help-all
|
||||||
* @help-firemake
|
* @help-firemake
|
||||||
* @clean
|
* @clean
|
||||||
|
@ -100,25 +102,26 @@ When using the `mb_setup_default` this add a help system which works by running:
|
||||||
* @flight-video-build
|
* @flight-video-build
|
||||||
* @flight-video-test
|
* @flight-video-test
|
||||||
* @flight-video-package-qa
|
* @flight-video-package-qa
|
||||||
|
* @flight-video-all
|
||||||
|
|
||||||
Running: `make @help-all | grep "*" | wc -l` to count all documented items of an project;
|
Running: `make @help-all | grep "*" | wc -l` to count all documented items of an (example) project;
|
||||||
|
|
||||||
381
|
546
|
||||||
|
|
||||||
## Example Project
|
## Example Project
|
||||||
|
|
||||||
When you want to see whats happening do a debug run;
|
When you want to see whats happening do a debug run;
|
||||||
|
|
||||||
normal run;
|
normal run;
|
||||||
time make @package-qa
|
time make
|
||||||
real 0m8.058s
|
real 0m8.058s
|
||||||
|
|
||||||
debug run at 11 Mhz;
|
debug run at 11 Mhz;
|
||||||
time VERBOSE=on DEBUG=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make @package-qa
|
time VERBOSE=on DEBUG=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make
|
||||||
real 2m34.071s
|
real 2m34.071s
|
||||||
|
|
||||||
debug run real msx speed;
|
debug run real msx speed;
|
||||||
time VERBOSE=on DEBUG=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make @package-qa
|
time VERBOSE=on DEBUG=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make
|
||||||
real 2m37.379s
|
real 2m37.379s
|
||||||
|
|
||||||
record build run with screenshot on exit;
|
record build run with screenshot on exit;
|
||||||
|
@ -129,8 +132,8 @@ When you want to see whats happening do a debug run;
|
||||||
time make @flight-video-all
|
time make @flight-video-all
|
||||||
real 0m18.184s
|
real 0m18.184s
|
||||||
|
|
||||||
build parallel;
|
full build parallel;
|
||||||
time make -j4 @package-qa
|
time make -j4 @all
|
||||||
real 0m4.226s
|
real 0m4.226s
|
||||||
|
|
||||||
manual test all packages on other MSX1 machine;
|
manual test all packages on other MSX1 machine;
|
||||||
|
|
Loading…
Reference in a new issue