WIP more flow rename.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -11s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -11s
This commit is contained in:
parent
920de8a8b1
commit
7c8f4207c6
11 changed files with 34 additions and 35 deletions
|
|
@ -1,25 +1,28 @@
|
|||
|
||||
define __mb_assert_flow_grep_binary
|
||||
define __mb_flow_assert_grep_binary_x
|
||||
.RECIPEPREFIX := $(MB_@RECIPE)
|
||||
$(1)/@assert-$(2): $(1)/@build
|
||||
$(1)/$(5)-$(2): $(1)/@build
|
||||
$(MB_@RECIPE)grep -q -U $(4) $(1)/$(3)
|
||||
$(MB_@RECIPE)$$(call mb_make_call,mb_os_echo_assert,$$(MB_I18N_ASSERT_SUCCESS) @assert-$(2))
|
||||
$(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_doc_target,$(1)/@assert-$(2),"Asserts that $(3) output matches.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_make_target_phony,$(1)/@assert-$(2))
|
||||
$(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_proj_grow_deps_phase,@test,$(1)/@assert-$(2))
|
||||
$(MB_@RECIPE)$$(call mb_make_call,mb_os_echo_assert,$$(MB_I18N_ASSERT_SUCCESS) v-$(2))
|
||||
$(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_doc_target,$(1)/$(5)-$(2),"Asserts that $(3) output matches.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_make_target_phony,$(1)/$(5)-$(2))
|
||||
$(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_proj_grow_deps_phase,@test,$(1)/$(5)-$(2))
|
||||
.RECIPEPREFIX := $(MB_@RECIPEPREFIX)
|
||||
endef
|
||||
|
||||
define mb_assert_flow_grep_binary
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg4,mb_assert_flow_grep_binary,$(1),$(2),$(3),$(4))
|
||||
$(MB_ᕽᕽᕽ )$(eval $(call mb_make_call,__mb_assert_flow_grep_binary,$(1),$(2),$(3),$(4)))
|
||||
define mb_flow_assert_grep_binary_test
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg4,$(0),$(1),$(2),$(3),$(4))
|
||||
$(MB_ᕽᕽᕽ )$(eval $(call mb_make_call,__mb_flow_assert_grep_binary_x,$(1),$(2),$(3),$(4),@test))
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_assert_flow_grep_binary,"Inject flow of single binary grep assert.","<build-dir> <test-id> <file> <grep-match>")
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_flow_assert_grep_binary_test,"Inject flow of single binary grep assert.","<build-dir> <test-id> <file> <grep-match>")
|
||||
define mb_flow_assert_grep_binary_package_qa
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg4,$(0),$(1),$(2),$(3),$(4))
|
||||
$(MB_ᕽᕽᕽ )$(eval $(call mb_make_call,__mb_flow_assert_grep_binary_x,$(1),$(2),$(3),$(4),@package-qa))
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_flow_assert_grep_binary_package_qa,"Inject flow of single binary grep assert.","<build-dir> <test-id> <file> <grep-match>")
|
||||
|
||||
#$$(call mb_delete,$(1)/$(3).out)
|
||||
define __mb_assert_flow_bdos_grep
|
||||
.RECIPEPREFIX := $(MB_@RECIPE)
|
||||
MB__TARGET := $(1)-test-$(2)/@assert
|
||||
$(1)-test-$(2)/@assert: $(1)/@build
|
||||
$(MB_@RECIPE)$$(call mb_make_call,mb_os_dir_create,$(1)-test-$(2))
|
||||
$(MB_@RECIPE)$$(call mb_make_call,mb_os_file_copy,$(1)/$(3).com,$(1)-test-$(2))
|
||||
|
|
@ -32,6 +35,7 @@ $(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_proj_grow_deps_phase,@test,$(1)-
|
|||
.RECIPEPREFIX := $(MB_@RECIPEPREFIX)
|
||||
endef
|
||||
|
||||
#$(call mb_make_call,mb_flow_clone_deps,$(DIST_QA_MSX1_BIN),$(DIST_BIN),$(DIST_DEPS),$(DIST_QA_MSX1_MACHINE))
|
||||
define mb_assert_flow_bdos_grep
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg4,mb_assert_flow_bdos_grep,$(1),$(2),$(3),$(4))
|
||||
$(MB_ᕽᕽᕽ )$(eval $(call mb_make_call,__mb_assert_flow_bdos_grep,$(1),$(2),$(3),$(4),$(5)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue