diff test/callback_suite/config.lua @ 495:45ac093ca822

- test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrs
author Tassilo Philipp
date Mon, 21 Mar 2022 16:50:44 +0100
parents ca36937b4613
children 049e04af13c8
line wrap: on
line diff
--- a/test/callback_suite/config.lua	Mon Mar 21 16:06:16 2022 +0100
+++ b/test/callback_suite/config.lua	Mon Mar 21 16:50:44 2022 +0100
@@ -1,7 +1,7 @@
 -- auto-generated file from template config-random.lua (created by GNUmake)
 -- section 'main' --------------------------------------------------------------
                   
-nsigs     = 800         -- number of test cases
+ncases    = 800         -- number of test cases (note: inf loop if higher than max arg permutation)
 mode      = "random"    -- generatore mode: 'random' or 'ordered' type sequences
 minargs   = 0           -- minimum num. of supported arguments (>= 0)
 maxargs   = 67          -- maximum num. of supported arguments (>= minargs)
@@ -9,8 +9,8 @@
 
 -- section 'types' -------------------------------------------------------------
 
-argtypes  = "BcCsSiIjJlLpfd"    -- supported argument types
-rettypes  = argtypes    -- supported return types (currently no void support)
+types     = "BcCsSiIjJlLpfd"    -- supported argument types
+rtypes    = types    -- supported return types (currently no void support)
 
 
 -- section 'ordered' -----------------------------------------------------------