Enable testing

This commit is contained in:
William Woodall 2013-07-23 10:20:07 -07:00 committed by Paul Bovbel
parent 76f48f8b33
commit fd75f3a02c

View File

@ -17,6 +17,6 @@ install:
script:
- source /opt/ros/hydro/setup.bash
- catkin_make tests --source . -j1
- catkin_make run_tests --source . -j1
- catkin_make install --source . -j1
- catkin_make tests --source . -j1 -DCATKIN_ENABLE_TESTING=ON
- catkin_make run_tests --source . -j1 -DCATKIN_ENABLE_TESTING=ON
- catkin_make install --source . -j1 -DCATKIN_ENABLE_TESTING=ON