Support tuning the test "runtest" commandline
[buildfarm-client.git] / build-farm.conf.template
index a2745d252f6a13407cfe90d708d56457a6300e20..6bd1d4d3448151e1d1e6a8c03d3483f0f60de61c 100644 (file)
@@ -7,7 +7,7 @@ Copyright (c) 2003-2010, Andrew Dunstan
 
 See accompanying License file for license details
 
-=cut 
+=cut
 
 package EximBuild;
 
@@ -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')