Systemsicherheit/Assignment 7 - SGX Hands-on/test/main.c
chronal 9831951fee
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 1m1s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Successful in 1m3s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (push) Successful in 59s
Assignment 7 sgximpl: initialize project structure
2024-06-30 15:46:00 +02:00

9 lines
96 B
C

#include "framework_test.h"
int main() {
// Tests
framework_test();
return 0;
}