Эх сурвалжийг харах

Updated TestHelper class

- set test path for MacOS
patrickmattulat 5 жил өмнө
parent
commit
8931c186a9

+ 1 - 1
test/TestHelper.hpp

@@ -44,7 +44,7 @@ class TestHelper {
         location = R"(/home/patrick/CLionProjects/lynar-studios-standard-library/test/)";
         location = R"(/home/patrick/CLionProjects/lynar-studios-standard-library/test/)";
       #endif
       #endif
       #ifdef __APPLE__
       #ifdef __APPLE__
-        location = R"(/Users/lynarstudios/CLionProjects/lynar-studios-standard-library/test/)";
+        location = R"(/Users/patrickmattulat/CLionProjects/lynar-studios-standard-library/test/)";
       #endif
       #endif
 
 
       return location;
       return location;