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 e956999..efdb8a5 100644
--- a/unit_tests/linda_tests.cpp
+++ b/unit_tests/linda_tests.cpp
@@ -329,7 +329,7 @@ TEST_CASE("linda.multi Keeper")
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"(.\lanes\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 }); \
334} 334}
335 335
@@ -346,7 +346,7 @@ TEST_CASE("linda.scripted tests")
346 FileRunnerParam{ "linda/multiple_keepers", TestType::AssertNoLuaError } 346 FileRunnerParam{ "linda/multiple_keepers", TestType::AssertNoLuaError }
347 ); 347 );
348 348
349 FileRunner _runner(R"(.\lanes\unit_tests\scripts)"); 349 FileRunner _runner(R"(.\unit_tests\scripts)");
350 _runner.performTest(_testParam); 350 _runner.performTest(_testParam);
351} 351}
352*/ \ No newline at end of file 352*/ \ No newline at end of file