aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/Catch2.runsettings
diff options
context:
space:
mode:
Diffstat (limited to 'unit_tests/Catch2.runsettings')
-rw-r--r--unit_tests/Catch2.runsettings6
1 files changed, 3 insertions, 3 deletions
diff --git a/unit_tests/Catch2.runsettings b/unit_tests/Catch2.runsettings
index c8e32ee..fcf7f5a 100644
--- a/unit_tests/Catch2.runsettings
+++ b/unit_tests/Catch2.runsettings
@@ -7,8 +7,8 @@
7 7
8 <!-- Executable Filename 8 <!-- Executable Filename
9 Discover filenames with ... (must not include the .exe extension) 9 Discover filenames with ... (must not include the .exe extension)
10 Regex breakdown: ^scimitar(_(.+))+(p|r|d)(_?(.+))x*$ 10 Regex breakdown: ^foo(_(.+))+(p|r|d)(_?(.+))x*$
11 - ^scimitar : find file that starts with scimitar 11 - ^foo : find file that starts with foo
12 - (_(.+))+ : follows with a number of elements starting with _ (_foo_bar_dll) 12 - (_(.+))+ : follows with a number of elements starting with _ (_foo_bar_dll)
13 - (r|d|p) : contains a word with one of these letters : r (release), d (debug), p (profile). 13 - (r|d|p) : contains a word with one of these letters : r (release), d (debug), p (profile).
14 - (_?(.+)): optionally follow with underscores. 14 - (_?(.+)): optionally follow with underscores.
@@ -24,6 +24,6 @@
24 24
25 <!-- Working directory --> 25 <!-- Working directory -->
26 <WorkingDirectoryRoot>Solution</WorkingDirectoryRoot> 26 <WorkingDirectoryRoot>Solution</WorkingDirectoryRoot>
27 <WorkingDirectory>Lanes</WorkingDirectory> 27 <WorkingDirectory>.</WorkingDirectory>
28 </Catch2Adapter> 28 </Catch2Adapter>
29</RunSettings> \ No newline at end of file 29</RunSettings> \ No newline at end of file