blob: 90621b08c52d4be10df7cbb6ad1ed9049a212bb7 [file] [log] [blame]
#include "sapi/tpm20.h"
/*
* This is the prototype for all integration tests in the TPM2.0-TSS
* project. Integration tests are intended to exercise the combined
* components in the software stack. This typically means executing some
* SAPI function using the socket TCTI to communicate with a software
* TPM2 simulator.
* Return values:
* A successful test will return 0, any other value indicates failure.
*/
int test_invoke (TSS2_SYS_CONTEXT *sapi_context);