Skip to content

Commit

Permalink
Updates CONTRIBUTING.md with test update script command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alomir committed Jan 15, 2025
1 parent e94682a commit dadb7e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ make testrun
# Clean after tests are run
make testclean
```

If changes are made to the `modelStructure.h` file and unit tests are failing, try running the update script as shown below. Consider running this script even if unit tests _are not_ failing.
```shell
# Run this command from the root directory to update unit test versions of modelStructures.h
tests/update_model_structures.sh
```

0 comments on commit dadb7e9

Please sign in to comment.