diff options
| author | Benoit Germain <bnt.germain@gmail.com> | 2025-07-24 16:51:49 +0200 |
|---|---|---|
| committer | Benoit Germain <bnt.germain@gmail.com> | 2025-07-24 16:51:49 +0200 |
| commit | d8acb18ce8bf6e89a042d166f61b2934e8722cf0 (patch) | |
| tree | 69f5046056f4aa38b868b057055da8144e029846 /unit_tests/linda_tests.cpp | |
| parent | eb997664a5a0a7890efa050982854a1447aec70f (diff) | |
| download | lanes-d8acb18ce8bf6e89a042d166f61b2934e8722cf0.tar.gz lanes-d8acb18ce8bf6e89a042d166f61b2934e8722cf0.tar.bz2 lanes-d8acb18ce8bf6e89a042d166f61b2934e8722cf0.zip | |
Rework function bytecode dumping to be Lua5.5-ready
* prepare the luaL_Buffer in the destination state instead of the source state to prevent stack issues when everything happens in the same state
Diffstat (limited to 'unit_tests/linda_tests.cpp')
| -rw-r--r-- | unit_tests/linda_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/linda_tests.cpp b/unit_tests/linda_tests.cpp index a36723a..8d3cd50 100644 --- a/unit_tests/linda_tests.cpp +++ b/unit_tests/linda_tests.cpp | |||
| @@ -390,6 +390,7 @@ TEST_CASE("scripted_tests." #DIR "." #FILE) \ | |||
| 390 | 390 | ||
| 391 | MAKE_TEST_CASE(linda, multiple_keepers) | 391 | MAKE_TEST_CASE(linda, multiple_keepers) |
| 392 | MAKE_TEST_CASE(linda, send_receive) | 392 | MAKE_TEST_CASE(linda, send_receive) |
| 393 | MAKE_TEST_CASE(linda, send_receive_func_and_string) | ||
| 393 | MAKE_TEST_CASE(linda, send_registered_userdata) | 394 | MAKE_TEST_CASE(linda, send_registered_userdata) |
| 394 | MAKE_TEST_CASE(linda, wake_period) | 395 | MAKE_TEST_CASE(linda, wake_period) |
| 395 | 396 | ||
