mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
15 lines
332 B
C
15 lines
332 B
C
|
/* BEGIN_HEADER */
|
||
|
|
||
|
/* END_HEADER */
|
||
|
|
||
|
/* BEGIN_CASE */
|
||
|
/* This test case always passes. It is intended solely for configuration
|
||
|
* reporting in the outcome file. Write test cases using this function
|
||
|
* with dependencies to record in which configurations the dependencies
|
||
|
* are met. */
|
||
|
void pass()
|
||
|
{
|
||
|
goto exit;
|
||
|
}
|
||
|
/* END_CASE */
|