File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,11 @@ endmacro()
42
42
add_integration_test(Dynamics)
43
43
add_integration_test(DenavitHartenberg)
44
44
add_integration_test(ReducedModelWithFT)
45
-
45
+ add_integration_test(DynamicsLinearization)
46
46
47
47
# See issue https://github.com/robotology/idyntree/issues/367
48
48
add_integration_test_no_valgrind(iCubTorqueEstimation)
49
49
50
- # Until we fix it, add DynamicsLinearization test but don't execute it
51
- add_integration_exe(DynamicsLinearization)
52
50
53
51
if (IDYNTREE_USES_ASSIMP)
54
52
add_integration_test(InertialParametersSolidShapesHelpers)
Original file line number Diff line number Diff line change @@ -505,8 +505,6 @@ int main()
505
505
std::cerr << " Checking DynamicsLinearization test on a point mass model" << std::endl;
506
506
checkABAandABALinearizationAreConsistent (doubleBodyModel);
507
507
508
- return 0 ;
509
-
510
508
// Then test random generated chains
511
509
for (unsigned int joints =0 ; joints < 20 ; joints++)
512
510
{
You can’t perform that action at this time.
0 commit comments