Support tuning the test "runtest" commandline
[buildfarm-client.git] / build-farm.conf.template
index 1ad3e7c9123c2d2fbd99cc9a1dc94b3f83c4a22c..6bd1d4d3448151e1d1e6a8c03d3483f0f60de61c 100644 (file)
@@ -7,7 +7,7 @@ Copyright (c) 2003-2010, Andrew Dunstan
 
 See accompanying License file for license details
 
-=cut 
+=cut
 
 package EximBuild;
 
@@ -150,7 +150,7 @@ our %conf =(
         #SUPPORT_TLS => 'yes',
         #  Enable the proper libs here or see in makefile_regex
         #  for use of pkg-config
-        #USE_GNUTLS => 'yes'
+        #USE_GNUTLS => 'yes',
         #TLS_LIBS => '-lssl -lcrypto',
         #
         #LOOKUP_LDAP => 'yes',
@@ -169,7 +169,7 @@ our %conf =(
     # LDFLAGS => '-Wall'  will create  LDFLAGS+='-Wall'
     makefile_add =>{
         # Show all warnings and errors
-        CFLAGS => '-Wall -Werror=format-security',
+        CFLAGS => '-Wall -Wno-parentheses -Werror=format-security',
         # Or enable debugging flags
         #CFLAGS => '-g -Wall',
         #LFLAGS => '-g',
@@ -220,6 +220,15 @@ our %conf =(
         qw()
     ],
 
+    # Configuration tuning for test suite ./configure
+    # e.g.:
+    # test_configure_env  => { FOO => 'bar', … }
+    # test_configure_args => [ '--foo', '--bar' => 3, '-v' ]
+    test_configure_env => {},
+    test_configure_args => [],
+    # Configuration tuning for test suite run
+    # eg. test_run_args = '-FLAVOUR openssl_1_1_1',
+    test_run_args => '',       
 );
 
 if ($branch eq 'global')