diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 16:18:41 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 16:18:41 +0200 |
commit | 706d064e17d19c888c6d1e4d404ad34ac808589c (patch) | |
tree | cd575dbf93368c6e270a090b4adc57bf3100ca2b /unit_tests | |
parent | 5882061eb33419f5c19719fc25a1ddde0a4f04c8 (diff) | |
download | lanes-706d064e17d19c888c6d1e4d404ad34ac808589c.tar.gz lanes-706d064e17d19c888c6d1e4d404ad34ac808589c.tar.bz2 lanes-706d064e17d19c888c6d1e4d404ad34ac808589c.zip |
A bit of code factorization
Diffstat (limited to 'unit_tests')
-rw-r--r-- | unit_tests/embedded_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/embedded_tests.cpp b/unit_tests/embedded_tests.cpp index 9a262d5..0991a4c 100644 --- a/unit_tests/embedded_tests.cpp +++ b/unit_tests/embedded_tests.cpp | |||
@@ -202,6 +202,7 @@ TEST_CASE("lanes.embedding.with default allocator") | |||
202 | // ################################################################################################# | 202 | // ################################################################################################# |
203 | 203 | ||
204 | // this is not really a test yet, just something sitting here until it is converted properly | 204 | // this is not really a test yet, just something sitting here until it is converted properly |
205 | // currently it crashes with moonjit (but maybe I just need a more recent moonjit version) | ||
205 | TEST_CASE("lanes.embedding.with custom allocator") | 206 | TEST_CASE("lanes.embedding.with custom allocator") |
206 | { | 207 | { |
207 | static constexpr auto logPrint = +[](lua_State* L) { | 208 | static constexpr auto logPrint = +[](lua_State* L) { |