mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 22:49:34 +01:00
The suite specific header should only be used when the suite is active
This commit is contained in:
parent
4606c7317b
commit
de56ca1097
2 changed files with 8 additions and 5 deletions
|
|
@ -61,7 +61,9 @@ open(TEST_FILE, ">$test_file") or die "Opening destination file '$test_file': $!
|
|||
print TEST_FILE << "END";
|
||||
#include <polarssl/config.h>
|
||||
|
||||
$suite_pre_code
|
||||
$suite_header
|
||||
$suite_post_code
|
||||
|
||||
$test_helpers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue