Move crypto test suites

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2024-07-04 19:39:07 +02:00
parent 088a1ab081
commit 701b88c54a
189 changed files with 15 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9eeacb7125d6630a11e29d8a7aab5873b3638b6d
Subproject commit df7024c72357610b3aa4194ae8e10ede989ed0fd

View 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