| ... | @@ -96,7 +96,7 @@ or with wildcards of their names (example with the `Unsqueeze` operator) : |
... | @@ -96,7 +96,7 @@ or with wildcards of their names (example with the `Unsqueeze` operator) : |
|
|
```bash
|
|
```bash
|
|
|
<path_to_bin>/tests_<module_name> *nsqu* -c "section1" -c "subsection1.1"
|
|
<path_to_bin>/tests_<module_name> *nsqu* -c "section1" -c "subsection1.1"
|
|
|
```
|
|
```
|
|
|
> :warning: You need to write the whole path to the subsection you want, just giving `-c "subsection1.1"`
|
|
> :warning: No need to write the whole path to the subsection you want to call, its name is enough `-c "subsection1.1"`
|
|
|
|
|
|
|
|
### Tips & tricks
|
|
### Tips & tricks
|
|
|
- [Specify a seed for the random number generator](https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md#specify-a-seed-for-the-random-number-generator) : very useful when trying to recreate a bug.
|
|
- [Specify a seed for the random number generator](https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md#specify-a-seed-for-the-random-number-generator) : very useful when trying to recreate a bug.
|
| ... | | ... | |