зеркало из https://github.com/microsoft/oe-engine.git
add verification of 'remote_attestation' sample to the VM validation extention
This commit is contained in:
Родитель
bc5798eea2
Коммит
257229739c
|
@ -29,8 +29,11 @@ trap "rm -rf \"${tempdir}\"" EXIT
|
|||
cp -r /opt/openenclave/share/openenclave/samples/ $tempdir
|
||||
|
||||
# build and run helloworld
|
||||
cd $tempdir/samples/helloworld
|
||||
make
|
||||
make run
|
||||
for sample in helloworld remote_attestation; do
|
||||
echo "verifying $sample"
|
||||
cd $tempdir/samples/$sample
|
||||
make
|
||||
make run
|
||||
done
|
||||
|
||||
echo "open-enclave validation succedded"
|
||||
|
|
Загрузка…
Ссылка в новой задаче