diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 14:53:09 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 14:53:09 +0100 |
commit | 512f4c0b46ea5cc359e673b7379cd81925863121 (patch) | |
tree | 1e72167d8d63f44109719db9643d4c0445b17d57 /deep_userdata_example | |
parent | 0aa030db022c57947afbae3b97038a403973e3cd (diff) | |
download | lanes-512f4c0b46ea5cc359e673b7379cd81925863121.tar.gz lanes-512f4c0b46ea5cc359e673b7379cd81925863121.tar.bz2 lanes-512f4c0b46ea5cc359e673b7379cd81925863121.zip |
Give a name to all lanes in the tests
Diffstat (limited to 'deep_userdata_example')
-rw-r--r-- | deep_userdata_example/deeptest.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deep_userdata_example/deeptest.lua b/deep_userdata_example/deeptest.lua index 6ef4b74..37136cd 100644 --- a/deep_userdata_example/deeptest.lua +++ b/deep_userdata_example/deeptest.lua | |||
@@ -82,6 +82,7 @@ local performTest = function( obj_) | |||
82 | local g = lanes.gen( | 82 | local g = lanes.gen( |
83 | "package" | 83 | "package" |
84 | , { | 84 | , { |
85 | name = 'auto', | ||
85 | required = { "deep_userdata_example"} -- we will transfer userdata created by this module, so we need to make this lane aware of it | 86 | required = { "deep_userdata_example"} -- we will transfer userdata created by this module, so we need to make this lane aware of it |
86 | } | 87 | } |
87 | , function( arg_, t_) | 88 | , function( arg_, t_) |