ssl_test_lib.[hc]: new source file for common SSL test code
Create a new source file for code that is shared between ssl_client2.c and ssl_server2.c. This commit only creates the file; subsequent commits will populate it. Add it to the official build systems (make, cmake, VS). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
d20a210bbd
commit
a3ed34fed6
7 changed files with 59 additions and 4 deletions
|
@ -161,6 +161,9 @@ sub gen_app {
|
|||
$appname eq "query_compile_time_config" ) {
|
||||
$srcs .= "\r\n <ClCompile Include=\"..\\..\\programs\\test\\query_config.c\" \/>";
|
||||
}
|
||||
if( $appname eq "ssl_client2" or $appname eq "ssl_server2" ) {
|
||||
$srcs .= "\r\n <ClCompile Include=\"..\\..\\programs\\ssl\\ssl_test_lib.c\" \/>";
|
||||
}
|
||||
|
||||
my $content = $template;
|
||||
$content =~ s/<SOURCES>/$srcs/g;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue