aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/linda_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/linda_tests.cpp
parent5e20107328f7adfedf314d3826997d2f47b7a7fe (diff)
downloadlanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.tar.gz
lanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.tar.bz2
lanes-a1a48bb240e9adbf69cb971a21a9c52fb4ee8719.zip
Remove whitspaces from test names
Diffstat (limited to '')
-rw-r--r--unit_tests/linda_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit_tests/linda_tests.cpp b/unit_tests/linda_tests.cpp
index efdb8a5..2308737 100644
--- a/unit_tests/linda_tests.cpp
+++ b/unit_tests/linda_tests.cpp
@@ -327,7 +327,7 @@ TEST_CASE("linda.multi Keeper")
327// so let's create a separate test case for each file with an ugly macro... 327// so let's create a separate test case for each file with an ugly macro...
328 328
329#define MAKE_TEST_CASE(DIR, FILE) \ 329#define MAKE_TEST_CASE(DIR, FILE) \
330TEST_CASE("scripted tests." #DIR "." #FILE) \ 330TEST_CASE("scripted_tests." #DIR "." #FILE) \
331{ \ 331{ \
332 FileRunner _runner(R"(.\unit_tests\scripts)"); \ 332 FileRunner _runner(R"(.\unit_tests\scripts)"); \
333 _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::AssertNoLuaError }); \ 333 _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::AssertNoLuaError }); \
@@ -338,7 +338,7 @@ MAKE_TEST_CASE(linda, send_registered_userdata)
338MAKE_TEST_CASE(linda, multiple_keepers) 338MAKE_TEST_CASE(linda, multiple_keepers)
339 339
340/* 340/*
341TEST_CASE("linda.scripted tests") 341TEST_CASE("linda.scripted_tests")
342{ 342{
343 auto const& _testParam = GENERATE( 343 auto const& _testParam = GENERATE(
344 FileRunnerParam{ "linda/send_receive", TestType::AssertNoLuaError }, 344 FileRunnerParam{ "linda/send_receive", TestType::AssertNoLuaError },