Create a module to split test case collection from checks

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-10-03 17:23:53 +02:00
parent 38d4c91b06
commit 1e5dbd3c7c
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import sys
import scripts_path # pylint: disable=unused-import
from mbedtls_framework import build_tree
import collect_test_cases
class ScriptOutputError(ValueError):
"""A kind of ValueError that indicates we found

View File

@ -0,0 +1,4 @@
"""Discover all the test cases (unit tests and SSL tests)."""
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later