Skip to content

Commit

Permalink
Re-enable valgrind tests for IntegrationTestiCubTorqueEstimation (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jul 30, 2024
1 parent 92f651f commit f6f993c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/FindValgrind.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find_path(VALGRIND_INCLUDE_DIR valgrind/memcheck.h
find_program(VALGRIND_PROGRAM NAMES valgrind PATH ${VALGRIND_ROOT}/bin)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(VALGRIND DEFAULT_MSG
find_package_handle_standard_args(Valgrind DEFAULT_MSG
VALGRIND_INCLUDE_DIR
VALGRIND_PROGRAM)

Expand Down
4 changes: 1 addition & 3 deletions src/tests/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ add_integration_test(Dynamics)
add_integration_test(DenavitHartenberg)
add_integration_test(ReducedModelWithFT)
add_integration_test(ModelTransformers)

# See issue https://github.com/robotology/idyntree/issues/367
add_integration_test_no_valgrind(iCubTorqueEstimation)
add_integration_test(iCubTorqueEstimation)

# Until we fix it, add DynamicsLinearization test but don't execute it
add_integration_exe(DynamicsLinearization)
Expand Down

0 comments on commit f6f993c

Please sign in to comment.