Added openMSX invocation counter.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 17s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 17s
This commit is contained in:
parent
be64071e88
commit
da0f1c4614
7 changed files with 16 additions and 4 deletions
|
|
@ -65,6 +65,9 @@ $(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_DIR_DELETE,"Message for de
|
|||
MB_I18N_PROJ_ASSERT_COUNT ?= Total assertions done
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_ASSERT_COUNT,"Message for reporting the assertion count of a phase.")
|
||||
|
||||
MB_I18N_PROJ_OPENMSX_COUNT ?= Total openMSX invokes
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_OPENMSX_COUNT,"Message for reporting the openMSX invoke count of a session.")
|
||||
|
||||
MB_I18N_FLOW_CLONE_REPORT ?= Clone troopers
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_FLOW_CLONE_REPORT,"Message for total amount of cloned files.")
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ MB_I18N_PROJ_STEP_DONE = BASIC RUN COMPLETED:
|
|||
MB_I18N_PROJ_DIR_CREATE = FOLDER CREATE:
|
||||
MB_I18N_PROJ_DIR_DELETE = FOLDER DELETE:
|
||||
MB_I18N_PROJ_ASSERT_COUNT = TOTAL ASSERT OK:
|
||||
MB_I18N_PROJ_OPENMSX_COUNT = TOTAL EMUCTL OK:
|
||||
MB_I18N_FLOW_CLONE_REPORT = GEM⁴ TROOPERS:
|
||||
MB_I18N_NESTOR80_COMPILE = N80 CHURCH:
|
||||
MB_I18N_NESTOR80_LINK = LK80 PRAYER:
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ MB_I18N_PROJ_STEP_DONE = ᐱᓕᕆᐊᖅ ᐱᐊᓂᒃᑕᐅᔪᖅ
|
|||
MB_I18N_PROJ_DIR_CREATE = ᑐᖅᑯᐃᕝᕕᓕᐅᕐᓂᖅ
|
||||
MB_I18N_PROJ_DIR_DELETE = ᑐᖅᑯᖅᓯᓯᒪᕝᕕᖓ ᐲᔭᖅᑕᐅᓗᓂ
|
||||
MB_I18N_PROJ_ASSERT_COUNT = ᑲᑎᖦᖢᒋᑦ ᑕᐃᒪᐃᓐᓂᕋᖅᑕᐅᔪᑦ
|
||||
MB_I18N_PROJ_OPENMSX_COUNT = ᑲᑎᖦᖢᒋᑦ ᒪᑐᐃᙶᖅᑐᑦ
|
||||
MB_I18N_FLOW_CLONE_REPORT = ᐃᓐᓈᕈᐃᑦ
|
||||
MB_I18N_NESTOR80_COMPILE = ᓂᖀᑦ ᓄᑕᐅᙱᑦᑐᑦ ᑲᑎᖅᓱᒐᑦ
|
||||
MB_I18N_NESTOR80_LINK = ᓱᓪᓗᑯᑖᒃᑯᑦ ᐊᒃᑐᐊᖃᑦᑕᐅᑎᓂᖅ
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ MB_I18N_PROJ_STEP_DONE = プライムパイターゲットの実行を終了し
|
|||
MB_I18N_PROJ_DIR_CREATE = フォルダーの作成
|
||||
MB_I18N_PROJ_DIR_DELETE = フォルダーの削除
|
||||
MB_I18N_PROJ_ASSERT_COUNT = 完了したアサーションの合計
|
||||
MB_I18N_PROJ_OPENMSX_COUNT = オープンメッカが呼び出す合計数
|
||||
MB_I18N_FLOW_CLONE_REPORT = クローン・トルーパー
|
||||
MB_I18N_NESTOR80_COMPILE = ネスターの古いコンパイル
|
||||
MB_I18N_NESTOR80_LINK = ネストルの古いリンク
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue