1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Move configs to 'configs/' and activate-config.pl should be called from root

This commit is contained in:
Paul Bakker
2014-04-25 10:04:49 +02:00
parent 0767e67d17
commit 1f69a93ab1
5 changed files with 5 additions and 8 deletions

View File

@ -49,7 +49,7 @@ while( my ($conf, $args) = each %configs ) {
print "* Testing configuration: $conf\n";
print "******************************************\n";
system( "cd scripts && ./activate-config.pl data_files/$conf" )
system( "scripts/activate-config.pl configs/$conf" )
and abort "Failed to activate $conf\n";
system( "make" ) and abort "Failed to build: $conf\n";