aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/linda_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unit_tests/linda_tests.cpp')
-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 },