Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Dec 30, 2024
1 parent 2449fe8 commit a7666fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/dry-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ ctest -R test_name
ctest -R "test.*"
```

#### Run tests associated to specific labels
#### Run tests associated with specific labels
```console
ctest -L "label_1;label_2"
ctest -L "all;run;skip"
```

#### Run all available tests
```console
ctest
```

### Tests skipped
Tests that have to be excluded are listed in `skip_tests.txt` file.
### Skipped tests
Tests that have to be ignored are listed in the `skip_tests.txt` file.

0 comments on commit a7666fa

Please sign in to comment.