diff test/callback_suite/config-stress1.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 3e629dc19168
children e6d8ae2a116c
line wrap: on
line diff
--- a/test/callback_suite/config-stress1.lua	Mon Mar 21 16:06:16 2022 +0100
+++ b/test/callback_suite/config-stress1.lua	Mon Mar 21 16:50:44 2022 +0100
@@ -11,15 +11,15 @@
   return cnt
 end
 
-nsigs     = nlines()    -- number of test cases
+ncases    = nlines()    -- number of test cases
 
 minargs   = 0           -- minimum num. of supported arguments (>= 0)
 maxargs   = 20          -- maximum num. of supported arguments (>= minargs)
 
 -- section 'types' (not used by 'designed') ------------------------------------
 
-argtypes  = "BcCsSiIjJlLpfd" -- "BcCsSiIjJlLpfd"    -- supported argument types
-rettypes  = argtypes    -- supported return types (currently no void support)
+types     = "BcCsSiIjJlLpfd" -- "BcCsSiIjJlLpfd"    -- supported argument types
+rtypes    = types    -- supported return types (currently no void support)
 
 
 -- section 'ordered' -----------------------------------------------------------