diff test/callback_suite/config.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 1a813b706de4
line wrap: on
line diff
--- a/test/callback_suite/config.lua	Sat Apr 09 14:44:33 2022 +0200
+++ b/test/callback_suite/config.lua	Sat Apr 09 23:00:24 2022 +0200
@@ -10,7 +10,7 @@
 -- section 'types' -------------------------------------------------------------
 
 types     = "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' -----------------------------------------------------------