comparison test/callback_suite/config-random.lua @ 505:049e04af13c8

test/callback_suite: - greatly simplified - refactored to look more like other test cases (especially call_suite{,_aggrs} for consistency/maintainablity/future code sharing
author Tassilo Philipp
date Sat, 09 Apr 2022 13:53:58 +0200
parents 45ac093ca822
children f3d44195dbdf
comparison
equal deleted inserted replaced
504:f263eb7a206e 505:049e04af13c8
1 -- section 'main' -------------------------------------------------------------- 1 -- section 'main' --------------------------------------------------------------
2 2
3 ncases = 800 -- number of test cases 3 ncases = 800 -- number of test cases (note: inf loop if higher than max arg permutation)
4 mode = "random" -- generatore mode: 'random' or 'ordered' type sequences 4 mode = "random" -- generatore mode: 'random' or 'ordered' type sequences
5 minargs = 0 -- minimum num. of supported arguments (>= 0) 5 minargs = 0 -- minimum num. of supported arguments (>= 0)
6 maxargs = 67 -- maximum num. of supported arguments (>= minargs) 6 maxargs = 67 -- maximum num. of supported arguments (>= minargs)
7 7
8 8