Skip to content

Commit

Permalink
Minimize diff
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Jan 9, 2024
1 parent 6fb31e5 commit 19c4d52
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ gz_build_tests(
gz-physics-test
ENVIRONMENT
GZ_PHYSICS_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
INCLUDE_DIRS
${PROJECT_SOURCE_DIR}/test)
)

if(TARGET UNIT_FindFeatures_TEST)
target_link_libraries(UNIT_FindFeatures_TEST
Expand Down
1 change: 0 additions & 1 deletion test/common_test/detachable_joint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <chrono>

#include <gz/common/Console.hh>
#include <gz/common/testing/TestPaths.hh>
#include <gz/plugin/Loader.hh>

#include <gz/math/Helpers.hh>
Expand Down
1 change: 0 additions & 1 deletion test/common_test/joint_transmitted_wrench_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <LinearMath/btScalar.h>

#include <gz/common/Console.hh>
#include <gz/common/testing/TestPaths.hh>
#include <gz/plugin/Loader.hh>

#include <gz/math/Helpers.hh>
Expand Down
2 changes: 0 additions & 2 deletions test/common_test/kinematic_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

#include <sdf/Root.hh>

#include <gz/common/testing/TestPaths.hh>

template <class T>
class KinematicFeaturesTest:
public testing::Test, public gz::physics::TestLibLoader
Expand Down
2 changes: 0 additions & 2 deletions test/common_test/shape_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

#include <sdf/Root.hh>

#include <gz/common/testing/TestPaths.hh>

template <class T>
class ShapeFeaturesTest:
public testing::Test, public gz::physics::TestLibLoader
Expand Down
2 changes: 0 additions & 2 deletions tpe/plugin/src/SDFFeatures_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

#include <tuple>

#include <gz/common/testing/TestPaths.hh>

#include <sdf/Root.hh>
#include <sdf/World.hh>

Expand Down
1 change: 0 additions & 1 deletion tpe/plugin/src/SimulationFeatures_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <gtest/gtest.h>

#include <gz/common/Console.hh>
#include <gz/common/testing/TestPaths.hh>

#include <gz/math/Vector3.hh>
#include <gz/math/eigen3/Conversions.hh>
Expand Down

0 comments on commit 19c4d52

Please sign in to comment.