From d0dd3b644b36bac119aa9e9da40c3cfe38a6e234 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 6 May 2025 16:16:31 +0200 Subject: Renamed a few unit tests --- unit_tests/embedded_tests.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unit_tests/embedded_tests.cpp') diff --git a/unit_tests/embedded_tests.cpp b/unit_tests/embedded_tests.cpp index 04a8f87..6dc84a1 100644 --- a/unit_tests/embedded_tests.cpp +++ b/unit_tests/embedded_tests.cpp @@ -139,13 +139,13 @@ namespace // ################################################################################################# -TEST_CASE("lanes.embedding.with default allocator") +TEST_CASE("lanes.embedding.with_default_allocator") { local::EmbeddedLuaState S; // --------------------------------------------------------------------------------------------- - SECTION("single state") + SECTION("single_state") { // this sends data in a linda. current contents: // key: short string @@ -172,7 +172,7 @@ TEST_CASE("lanes.embedding.with default allocator") // --------------------------------------------------------------------------------------------- - SECTION("manual registration") + SECTION("manual_registration") { S.requireSuccess("require 'lanes'.configure{with_timers = false}"); @@ -204,7 +204,7 @@ TEST_CASE("lanes.embedding.with default allocator") // this is not really a test yet, just something sitting here until it is converted properly // currently it crashes with moonjit (but maybe I just need a more recent moonjit version) -TEST_CASE("lanes.embedding.with custom allocator") +TEST_CASE("lanes.embedding.with_custom_allocator") { static constexpr auto logPrint = +[](lua_State* L) { lua_getglobal(L, "ID"); // ID -- cgit v1.2.3-55-g6feb