diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-06-24 08:53:36 +0200 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-06-24 08:53:36 +0200 |
| commit | 41dcaf101368350a49e756abc41f3e9c3c22ec66 (patch) | |
| tree | ff3e072f027f56feb6e2187c800abfa3386a5431 /unit_tests/lane_tests.cpp | |
| parent | b9f17d8a10c8508a893b0e86000128e0dbf2a146 (diff) | |
| download | lanes-41dcaf101368350a49e756abc41f3e9c3c22ec66.tar.gz lanes-41dcaf101368350a49e756abc41f3e9c3c22ec66.tar.bz2 lanes-41dcaf101368350a49e756abc41f3e9c3c22ec66.zip | |
Move some tests to a separate script
Diffstat (limited to 'unit_tests/lane_tests.cpp')
| -rw-r--r-- | unit_tests/lane_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/lane_tests.cpp b/unit_tests/lane_tests.cpp index 3e5da2b..82ca1ad 100644 --- a/unit_tests/lane_tests.cpp +++ b/unit_tests/lane_tests.cpp | |||
| @@ -419,6 +419,7 @@ TEST_CASE("scripted_tests." #DIR "." #FILE) \ | |||
| 419 | _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::CONDITION }); \ | 419 | _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::CONDITION }); \ |
| 420 | } | 420 | } |
| 421 | 421 | ||
| 422 | MAKE_TEST_CASE(lane, body_is_a_c_function, AssertNoLuaError) | ||
| 422 | MAKE_TEST_CASE(lane, cooperative_shutdown, AssertNoLuaError) | 423 | MAKE_TEST_CASE(lane, cooperative_shutdown, AssertNoLuaError) |
| 423 | #if LUA_VERSION_NUM >= 504 // // warnings are a Lua 5.4 feature | 424 | #if LUA_VERSION_NUM >= 504 // // warnings are a Lua 5.4 feature |
| 424 | // NOTE: when this test ends, there are resource leaks and a dangling thread | 425 | // NOTE: when this test ends, there are resource leaks and a dangling thread |
