mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-22 13:20:50 +00:00
Create a module to split test case collection from checks
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
13985566e7
commit
31e31523ad
@ -18,6 +18,7 @@ import sys
|
|||||||
|
|
||||||
import scripts_path # pylint: disable=unused-import
|
import scripts_path # pylint: disable=unused-import
|
||||||
from mbedtls_framework import build_tree
|
from mbedtls_framework import build_tree
|
||||||
|
import collect_test_cases
|
||||||
|
|
||||||
class ScriptOutputError(ValueError):
|
class ScriptOutputError(ValueError):
|
||||||
"""A kind of ValueError that indicates we found
|
"""A kind of ValueError that indicates we found
|
||||||
|
4
tests/scripts/collect_test_cases.py
Normal file
4
tests/scripts/collect_test_cases.py
Normal 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
|
Loading…
x
Reference in New Issue
Block a user