mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-24 01:43:33 +00:00
Move crypto test suites
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
088a1ab081
commit
701b88c54a
@ -1 +1 @@
|
|||||||
Subproject commit 9eeacb7125d6630a11e29d8a7aab5873b3638b6d
|
Subproject commit df7024c72357610b3aa4194ae8e10ede989ed0fd
|
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
Loading…
x
Reference in New Issue
Block a user