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