Skip to content
Snippets Groups Projects
Verified Commit 0803119d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

README.md: fix testsuite documentation for running a whole directory of tests

[skip ci]
parent 800da740
No related branches found
Tags
No related merge requests found
Pipeline #10113 skipped
...@@ -149,9 +149,10 @@ Note that running the testsuite with Octave requires the additional packages `ps ...@@ -149,9 +149,10 @@ Note that running the testsuite with Octave requires the additional packages `ps
Often, it does not make sense to run the complete testsuite. For instance, if you modify codes only related to the perfect foresight model solver, you can decide to run only a subset of the integration tests, with: Often, it does not make sense to run the complete testsuite. For instance, if you modify codes only related to the perfect foresight model solver, you can decide to run only a subset of the integration tests, with:
```sh ```sh
meson test -C <builddir> deterministic_simulations meson test -C <builddir> --suite deterministic_simulations
``` ```
This will run all the integration tests in `tests/deterministic_simulations`. This will run all the integration tests in `tests/deterministic_simulations`.
This syntax also works with a nested directory (e.g. `--suite deterministic_simulations/purely_forward`).
Finally if you want to run a single integration test, e.g. `deterministic_simulations/lbj/rbc.mod`: Finally if you want to run a single integration test, e.g. `deterministic_simulations/lbj/rbc.mod`:
```sh ```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment