Skip to content

Commit

Permalink
workflow: add back a temp version of "simple-attest"
Browse files Browse the repository at this point in the history
Temporary way of putting the "make simple-attest" test case back in place.

Signed-off-by: Geoff Thorpe <[email protected]>
  • Loading branch information
Geoff Thorpe authored and nicowilliams committed Jun 19, 2021
1 parent 6989dd8 commit efa2041
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions workflow/simple-attest/simple-attest.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 <lower-layer-stuff>" 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"

0 comments on commit efa2041

Please sign in to comment.