diff test/callback_suite/config.lua @ 105:ca36937b4613

- more cases for checked-in config of callback_suite test (needed some more floats as first params)
author cslag
date Thu, 09 Jun 2016 16:11:37 +0200
parents b8f16ad80e34
children 45ac093ca822
line wrap: on
line diff
--- a/test/callback_suite/config.lua	Thu Jun 09 15:13:53 2016 +0200
+++ b/test/callback_suite/config.lua	Thu Jun 09 16:11:37 2016 +0200
@@ -1,10 +1,10 @@
--- auto-generated file from temlate config-random.lua (created by GNUmake)
+-- auto-generated file from template config-random.lua (created by GNUmake)
 -- section 'main' --------------------------------------------------------------
                   
-nsigs     = 400         -- number of test cases
+nsigs     = 800         -- number of test cases
 mode      = "random"    -- generatore mode: 'random' or 'ordered' type sequences
 minargs   = 0           -- minimum num. of supported arguments (>= 0)
-maxargs   = 64          -- maximum num. of supported arguments (>= minargs)
+maxargs   = 67          -- maximum num. of supported arguments (>= minargs)
 
 
 -- section 'types' -------------------------------------------------------------
@@ -21,7 +21,7 @@
 
 -- section 'random' ------------------------------------------------------------
                         
-seed      = 1           -- random seed
+seed      = 40           -- random seed
 
 
 -- section 'calling convention' (useful on Windows for now) --------------------