mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Expose tests/src/test_helpers
Make SSL test helper code potentially available to sample programs. This is notably useful for `ssl_client2` and `ssl_server2`, which may reasonably use some test helper code even in the default configuration. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
a16f9fa503
commit
6be594ffca
@ -31,6 +31,7 @@ my @test_source_dirs = qw(
|
||||
framework/tests/src
|
||||
framework/tests/src/drivers
|
||||
tests/src
|
||||
tests/src/test_helpers
|
||||
);
|
||||
my $test_header_dir = 'framework/tests/include/test';
|
||||
my $test_drivers_header_dir = 'framework/tests/include/test/drivers';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user