aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/lane_tests.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-04-14 16:11:27 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2025-04-14 16:11:27 +0200
commita1a48bb240e9adbf69cb971a21a9c52fb4ee8719 (patch)
treea95a4609635039ce5e638a09534358fb7b900150 /unit_tests/lane_tests.cpp
parent5e20107328f7adfedf314d3826997d2f47b7a7fe (diff)
downloadlanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.tar.gz
lanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.tar.bz2
lanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.zip
Remove whitspaces from test names
Diffstat (limited to 'unit_tests/lane_tests.cpp')
-rw-r--r--unit_tests/lane_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit_tests/lane_tests.cpp b/unit_tests/lane_tests.cpp
index d6ef2e0..0a392d8 100644
--- a/unit_tests/lane_tests.cpp
+++ b/unit_tests/lane_tests.cpp
@@ -320,7 +320,7 @@ TEST_CASE("lane.cancel")
320// so let's create a separate test case for each file with an ugly macro... 320// so let's create a separate test case for each file with an ugly macro...
321 321
322#define MAKE_TEST_CASE(DIR, FILE, CONDITION)\ 322#define MAKE_TEST_CASE(DIR, FILE, CONDITION)\
323TEST_CASE("scripted tests." #DIR "." #FILE) \ 323TEST_CASE("scripted_tests." #DIR "." #FILE) \
324{ \ 324{ \
325 FileRunner _runner(R"(.\unit_tests\scripts)"); \ 325 FileRunner _runner(R"(.\unit_tests\scripts)"); \
326 _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::CONDITION }); \ 326 _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::CONDITION }); \
@@ -346,7 +346,7 @@ MAKE_TEST_CASE(coro, error_handling, AssertNoLuaError)
346#endif // LUAJIT_FLAVOR() 346#endif // LUAJIT_FLAVOR()
347 347
348/* 348/*
349TEST_CASE("lanes.scripted tests") 349TEST_CASE("lanes.scripted_tests")
350{ 350{
351 auto const& _testParam = GENERATE( 351 auto const& _testParam = GENERATE(
352 FileRunnerParam{ PUC_LUA_ONLY("lane/cooperative_shutdown"), TestType::AssertNoLuaError }, // 0 352 FileRunnerParam{ PUC_LUA_ONLY("lane/cooperative_shutdown"), TestType::AssertNoLuaError }, // 0