Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Feb 23, 2024
1 parent 04ee3d9 commit 8374671
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ See the [manifest.xml](https://github.com/ARC-OPT/wbc/blob/master/manifest.xml)

## Testing

Please check the unit tests [here](https://github.com/ARC-OPT/wbc/tree/master/test), as well the [tutorials](https://github.com/ARC-OPT/wbc/tree/master/tutorials)
To execute unit tests for the WBC library, run
```
sh scripts/run_tests.sh
```
from the library's root folder. This will execute unit tests for all installed components, e.g. solvers, robot models, etc...
You can also check the [tutorials](https://github.com/ARC-OPT/wbc/tree/master/tutorials) to for some comprehensive examples.

## Contributing

Expand Down

0 comments on commit 8374671

Please sign in to comment.