aboutsummaryrefslogtreecommitdiff
path: root/test.c
blob: 17a9013b3d63a29dc324adf27f27f6b5ddb17fe7 (plain)
1
2
3
4
5
6
7
8
#include "service_provider.h"
#include "trusted_module.h"

int main()
{
    tm_test();
    sp_test();
}