|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2020-08-15
|
|
* Created: 2020-08-15
|
|
- * Changed: 2020-08-15
|
|
|
|
|
|
+ * Changed: 2020-08-16
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -27,6 +27,9 @@ class TestHelper {
|
|
#ifdef unix
|
|
#ifdef unix
|
|
location = TestHelper::getTestFolderLocation() + R"(resources/)";
|
|
location = TestHelper::getTestFolderLocation() + R"(resources/)";
|
|
#endif
|
|
#endif
|
|
|
|
+ #ifdef __APPLE__
|
|
|
|
+ location = TestHelper::getTestFolderLocation() + R"(resources/)";
|
|
|
|
+ #endif
|
|
|
|
|
|
return location;
|
|
return location;
|
|
}
|
|
}
|
|
@@ -40,6 +43,9 @@ class TestHelper {
|
|
#ifdef unix
|
|
#ifdef unix
|
|
location = R"(/home/patrick/CLionProjects/lynar-studios-standard-library/test/)";
|
|
location = R"(/home/patrick/CLionProjects/lynar-studios-standard-library/test/)";
|
|
#endif
|
|
#endif
|
|
|
|
+ #ifdef __APPLE__
|
|
|
|
+ location = R"(/Users/lynarstudios/CLionProjects/lynar-studios-standard-library/test/)";
|
|
|
|
+ #endif
|
|
|
|
|
|
return location;
|
|
return location;
|
|
}
|
|
}
|