summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/ros-catkin.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
index 41405b339cd8..7ceb1b3f38b8 100644
--- a/eclass/ros-catkin.eclass
+++ b/eclass/ros-catkin.eclass
@@ -201,8 +201,8 @@ ros-catkin_src_compile() {
# Decorator around cmake-utils_src_test to ensure tests are built before running them.
ros-catkin_src_test_internal() {
cd "${BUILD_DIR}" || die
- if nonfatal emake tests -n &> /dev/null ; then
- emake VERBOSE=1 tests
+ if nonfatal cmake-utils_src_make tests -n &> /dev/null ; then
+ cmake-utils_src_make tests
fi
cmake-utils_src_test "${@}"
}