Skip to content

Commit efa2041

Browse files
Geoff Thorpenicowilliams
Geoff Thorpe
authored andcommitted
workflow: add back a temp version of "simple-attest"
Temporary way of putting the "make simple-attest" test case back in place. Signed-off-by: Geoff Thorpe <geoffrey@twosigma.com>
1 parent 6989dd8 commit efa2041

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

workflow/simple-attest/simple-attest.mk

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,17 @@ $(if $(client_IS_STARTED),,\
281281
$(eval $(call workflow_cleanup,simple-attest,n-attest,$(MSGBUS)))
282282

283283
$(eval $(call do_mariner_final))
284+
285+
############ HIGHER-LEVEL WORKFLOWS
286+
#
287+
# Stuff below uses the stuff above as "make <lower-layer-stuff>" from recipes.
288+
289+
SUBMAKE=$Qmake --no-print-directory
290+
simple-attest:
291+
$(SUBMAKE) start-db
292+
$(SUBMAKE) start-server
293+
$(SUBMAKE) start-host
294+
$(SUBMAKE) stop-host
295+
$(SUBMAKE) stop-server
296+
$(SUBMAKE) stop-db
297+
$Qecho "Simple attest complete"

0 commit comments

Comments
 (0)