diff options
Diffstat (limited to '')
-rw-r--r-- | unit_tests/lane_tests.cpp | 4 |
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)\ |
323 | TEST_CASE("scripted tests." #DIR "." #FILE) \ | 323 | TEST_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 | /* |
349 | TEST_CASE("lanes.scripted tests") | 349 | TEST_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 |