diff test/callback_suite/config-stress1.lua @ 509:f3d44195dbdf

callback_suite: - further, big refactoring to make the test data setup be a lot more in line with call_suite and call_suite_aggrs - added support to test void return values (was missing in prev version)
author Tassilo Philipp
date Sat, 09 Apr 2022 23:00:24 +0200
parents 049e04af13c8
children
line wrap: on
line diff
--- a/test/callback_suite/config-stress1.lua	Sat Apr 09 14:44:33 2022 +0200
+++ b/test/callback_suite/config-stress1.lua	Sat Apr 09 23:00:24 2022 +0200
@@ -19,7 +19,7 @@
 -- section 'types' (not used by 'designed') ------------------------------------
 
 types     = "BcCsSiIjJlLpfd" -- "BcCsSiIjJlLpfd"    -- supported argument types
-rtypes    = types            -- supported return types (currently no void support)
+rtypes    = nil              -- supported return types (set to nil to use "v"..types)
 
 
 -- section 'ordered' -----------------------------------------------------------