mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Move crypto test suites
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Submodule framework updated: 9eeacb7125...df7024c723
14
tf-psa-crypto/tests/suites/test_suite_config.function
Normal file
14
tf-psa-crypto/tests/suites/test_suite_config.function
Normal file
@@ -0,0 +1,14 @@
|
||||
/* 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 */
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user