diff options
Diffstat (limited to '')
-rw-r--r-- | .runsettings (renamed from unit_tests/Catch2.runsettings) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit_tests/Catch2.runsettings b/.runsettings index fcf7f5a..f2be6f5 100644 --- a/unit_tests/Catch2.runsettings +++ b/.runsettings | |||
@@ -5,6 +5,14 @@ | |||
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) | ||
9 | this is also true for linker input folders, the folder where lanes.lua is copied by the custom build operation, etc. | ||
10 | --> | ||
11 | <Environment> | ||
12 | <LUA_PATH value="$(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName)" /> | ||
13 | <LUA_CPATH value="$(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName)" /> | ||
14 | </Environment> | ||
15 | |||
8 | <!-- Executable Filename | 16 | <!-- Executable Filename |
9 | Discover filenames with ... (must not include the .exe extension) | 17 | Discover filenames with ... (must not include the .exe extension) |
10 | Regex breakdown: ^foo(_(.+))+(p|r|d)(_?(.+))x*$ | 18 | Regex breakdown: ^foo(_(.+))+(p|r|d)(_?(.+))x*$ |