Skip to content

Commit

Permalink
highlight that colcon respects defaults Ctest behavior and builds the… (
Browse files Browse the repository at this point in the history
#19)

* highlight that colcon respects defaults Ctest behavior and builds the tests by defaults

* address review comment
  • Loading branch information
mikaelarguedas committed Jun 5, 2018
1 parent 057faf2 commit 31cdbc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion migration/ament_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ ament build | test
``--install-base PATH``

``--build-tests``
``--cmake-args " -DBUILD_TESTING=1"``
CMake configures tests by default.
To skip configuring tests use ``--cmake-args -DBUILD_TESTING=OFF``.

``-s``, ``--symlink-install``
``--symlink-install``
Expand Down

0 comments on commit 31cdbc1

Please sign in to comment.