Skip to content

Commit

Permalink
added DBUILD_TESTING keyword
Browse files Browse the repository at this point in the history
without it the tests do not run
  • Loading branch information
GW1708 authored and Andreas Holzner committed Jan 7, 2019
1 parent 4132529 commit 54a2453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rviz_visual_testing_framework/docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To ensure that such resizing is always possible, test images are a lot wider tha

For RViz itself: the CMake flag `EnableVisualTests` is provided to enable visual tests:

colcon build --cmake-args -DEnableVisualTests=True
colcon build --cmake-args -DEnableVisualTests=True -DBUILD_TESTING=1

This will build the tests. Afterwards run

Expand Down

0 comments on commit 54a2453

Please sign in to comment.