The suite specific header should only be used when the suite is active

This commit is contained in:
Paul Bakker 2013-09-15 17:05:21 +02:00
parent 4606c7317b
commit de56ca1097
2 changed files with 8 additions and 5 deletions
tests/scripts

View file

@ -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