Skip to content

Commit dadb7e9

Browse files
committed
Updates CONTRIBUTING.md with test update script command
1 parent e94682a commit dadb7e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ make testrun
2626
# Clean after tests are run
2727
make testclean
2828
```
29+
30+
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.
31+
```shell
32+
# Run this command from the root directory to update unit test versions of modelStructures.h
33+
tests/update_model_structures.sh
34+
```

0 commit comments

Comments
 (0)