This directory contains a Makefile and a manifest template for running a simple "Hello World" program in Gramine. It can be used as a sanity test for your Gramine installation.
Run make
(non-debug) or make DEBUG=1
(debug) in the directory.
Run make SGX=1
(non-debug) or make SGX=1 DEBUG=1
(debug) in the directory.
Without SGX:
gramine-direct helloworld
With SGX:
gramine-sgx helloworld