|
|
@@ -242,7 +242,7 @@ Run Tests
|
|
|
|
|
|
This option tells CTest to run the tests which are listed in the given
|
|
|
file. The file must contain one exact test name per line.
|
|
|
- Lines can be commented out using a ``#``.
|
|
|
+ Lines that do not exactly match any test names are ignored.
|
|
|
This option can be combined with the other options like
|
|
|
``-R``, ``-E``, ``-L`` or ``-LE``.
|
|
|
|
|
|
@@ -254,7 +254,7 @@ Run Tests
|
|
|
|
|
|
This option tells CTest to NOT run the tests which are listed in the given
|
|
|
file. The file must contain one exact test name per line.
|
|
|
- Lines can be commented out using a ``#``.
|
|
|
+ Lines that do not exactly match any test names are ignored.
|
|
|
This option can be combined with the other options like
|
|
|
``-R``, ``-E``, ``-L`` or ``-LE``.
|
|
|
|