Explorar el Código

Updated TestHelper class

- set test path for MacOS
patrickmattulat hace 4 años
padre
commit
8931c186a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/TestHelper.hpp

+ 1 - 1
test/TestHelper.hpp

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