diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-21 18:21:51 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-21 18:21:51 +0100 |
commit | e627463246b7b1dffcc532a1f2ae2a6926ab4372 (patch) | |
tree | e66941d720f76963acd6423afb5aa46e521fcf51 | |
parent | ce04a69f4a1c4bbdfab647c7ac18fe0a41cdbd80 (diff) | |
download | lanes-e627463246b7b1dffcc532a1f2ae2a6926ab4372.tar.gz lanes-e627463246b7b1dffcc532a1f2ae2a6926ab4372.tar.bz2 lanes-e627463246b7b1dffcc532a1f2ae2a6926ab4372.zip |
Fix Catch2 runsettings (getting there)
-rw-r--r-- | .runsettings | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.runsettings b/.runsettings index f2be6f5..8114d6a 100644 --- a/.runsettings +++ b/.runsettings | |||
@@ -5,12 +5,12 @@ | |||
5 | <DiscoverCommandLine>--list-tests --verbosity high</DiscoverCommandLine> | 5 | <DiscoverCommandLine>--list-tests --verbosity high</DiscoverCommandLine> |
6 | <DiscoverTimeout>300000</DiscoverTimeout> | 6 | <DiscoverTimeout>300000</DiscoverTimeout> |
7 | 7 | ||
8 | <!-- The whole setup relies on Lua Binaries and headers to be located in a folder $(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName) | 8 | <!-- The whole setup relies on Lua Binaries and headers to be located in a folder $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName) |
9 | this is also true for linker input folders, the folder where lanes.lua is copied by the custom build operation, etc. | 9 | this is also true for linker input folders, the folder where lanes.lua is copied by the custom build operation, etc. |
10 | --> | 10 | --> |
11 | <Environment> | 11 | <Environment> |
12 | <LUA_PATH value="$(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName)" /> | 12 | <LUA_PATH value="$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)" /> |
13 | <LUA_CPATH value="$(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName)" /> | 13 | <LUA_CPATH value="$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)" /> |
14 | </Environment> | 14 | </Environment> |
15 | 15 | ||
16 | <!-- Executable Filename | 16 | <!-- Executable Filename |