diff --git a/workflow/simple-attest/simple-attest.mk b/workflow/simple-attest/simple-attest.mk index 2cf73a51..c6ca6127 100644 --- a/workflow/simple-attest/simple-attest.mk +++ b/workflow/simple-attest/simple-attest.mk @@ -281,3 +281,17 @@ $(if $(client_IS_STARTED),,\ $(eval $(call workflow_cleanup,simple-attest,n-attest,$(MSGBUS))) $(eval $(call do_mariner_final)) + +############ HIGHER-LEVEL WORKFLOWS +# +# Stuff below uses the stuff above as "make " from recipes. + +SUBMAKE=$Qmake --no-print-directory +simple-attest: + $(SUBMAKE) start-db + $(SUBMAKE) start-server + $(SUBMAKE) start-host + $(SUBMAKE) stop-host + $(SUBMAKE) stop-server + $(SUBMAKE) stop-db + $Qecho "Simple attest complete"