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

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