Skip to content

Commit

Permalink
Add test command in README
Browse files Browse the repository at this point in the history
For future me
  • Loading branch information
victorpaleologue committed Nov 14, 2023
1 parent 1ccae23 commit 7ad490e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ docker build -t ros2-naoqi-driver .
> ```sh
> colcon build --event-handlers console_direct+ --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug
> ```
>
> It works also when running tests:
>
> ```sh
> colcon test --packages-skip nao_meshes pepper_meshes --event-handlers console_direct+ --ctest-args tests
> ```
## Build status
Expand Down

0 comments on commit 7ad490e

Please sign in to comment.