diff test/callback_suite/config-random.lua @ 528:e56241bba0f5

- test/callback_suite: reduce number of args, as it uses macros in generated cases.h and some platforms' preprocessor cannot handle that many args
author Tassilo Philipp
date Thu, 14 Apr 2022 14:44:40 +0200
parents f3d44195dbdf
children
line wrap: on
line diff
--- a/test/callback_suite/config-random.lua	Thu Apr 14 10:13:10 2022 +0200
+++ b/test/callback_suite/config-random.lua	Thu Apr 14 14:44:40 2022 +0200
@@ -3,7 +3,7 @@
 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)
+maxargs   = 60          -- maximum num. of supported arguments (>= minargs)
 
 
 -- section 'types' -------------------------------------------------------------