| ... | @@ -98,7 +98,7 @@ or with wildcards of their names (example with the `Unsqueeze` operator) : |
... | @@ -98,7 +98,7 @@ or with wildcards of their names (example with the `Unsqueeze` operator) : |
|
|
> :warning: You need to write the whole path to the subsection you want, just giving `-c "subsection1.1"`
|
|
> :warning: You need to write the whole path to the subsection you want, just giving `-c "subsection1.1"`
|
|
|
|
|
|
|
|
### Tips & tricks
|
|
### Tips & tricks
|
|
|
- Specify a seed for the random sumber generator ([here](https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md#specify-a-seed-for-the-random-number-generator))
|
|
- [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.
|
|
|
- Time your functions with the [BENCHMARK macro](https://github.com/catchorg/Catch2/blob/devel/docs/benchmarks.md)
|
|
- Time your functions with the [BENCHMARK macro](https://github.com/catchorg/Catch2/blob/devel/docs/benchmarks.md)
|
|
|
|
|
|
|
|
Every option for test call can be found on the [command line page](https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md) |
|
Every option for test call can be found on the [command line page](https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md) |
|
|
|
\ No newline at end of file |