--- /dev/null
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 8 Oct 2021 19:22:51 +0200
+Subject: Fix alignment in tests for armhf/armel
+
+---
+ test/common/test_pointcloud.cpp | 1 +
+ test/filters/test_crop_hull.cpp | 1 +
+ test/filters/test_functor_filter.cpp | 2 ++
+ 3 files changed, 4 insertions(+)
+
+diff --git a/test/common/test_pointcloud.cpp b/test/common/test_pointcloud.cpp
+index 2e43620..922177d 100644
+--- a/test/common/test_pointcloud.cpp
++++ b/test/common/test_pointcloud.cpp
+@@ -16,6 +16,7 @@ using namespace pcl;
+
+ //////////////////////////////////////////////
+ struct pointCloudTest : public testing::Test {
++ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
+ protected:
+ PointCloud<PointXYZ> cloud;
+ };
+diff --git a/test/filters/test_crop_hull.cpp b/test/filters/test_crop_hull.cpp
+index d46838a..fcac94c 100644
+--- a/test/filters/test_crop_hull.cpp
++++ b/test/filters/test_crop_hull.cpp
+@@ -101,6 +101,7 @@ class PCLCropHullTestFixture : public ::testing::Test
+ baseOffsetList_.emplace_back(10, 1, 5);
+ baseOffsetList_.emplace_back(10, 5, 1);
+ }
++ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
+ protected:
+
+ void
+diff --git a/test/filters/test_functor_filter.cpp b/test/filters/test_functor_filter.cpp
+index e4a1190..741ffb1 100644
+--- a/test/filters/test_functor_filter.cpp
++++ b/test/filters/test_functor_filter.cpp
+@@ -52,6 +52,7 @@ struct FunctorFilterRandom : public testing::TestWithParam<std::uint32_t> {
+
+ shared_ptr<PointCloud<PointXYZ>> cloud;
+ PointCloud<PointXYZ> out_cloud, negative_cloud, positive_cloud;
++ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
+ };
+
+ TEST_P(FunctorFilterRandom, functioning)
+@@ -172,6 +173,7 @@ struct FunctorFilterFunctionObject : public ::testing::Test {
+ cloud.resize(2);
+ }
+ PointCloud<PointXYZ> cloud;
++ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
+ };
+ TYPED_TEST_SUITE_P(FunctorFilterFunctionObject);
+
+++ /dev/null
-From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
-Date: Fri, 8 Oct 2021 19:22:51 +0200
-Subject: Fix alignment in tests for armhf
-
----
- test/common/test_pointcloud.cpp | 1 +
- test/filters/test_crop_hull.cpp | 1 +
- test/filters/test_functor_filter.cpp | 1 +
- 3 files changed, 3 insertions(+)
-
-diff --git a/test/common/test_pointcloud.cpp b/test/common/test_pointcloud.cpp
-index 2e43620..922177d 100644
---- a/test/common/test_pointcloud.cpp
-+++ b/test/common/test_pointcloud.cpp
-@@ -16,6 +16,7 @@ using namespace pcl;
-
- //////////////////////////////////////////////
- struct pointCloudTest : public testing::Test {
-+ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
- protected:
- PointCloud<PointXYZ> cloud;
- };
-diff --git a/test/filters/test_crop_hull.cpp b/test/filters/test_crop_hull.cpp
-index d46838a..fcac94c 100644
---- a/test/filters/test_crop_hull.cpp
-+++ b/test/filters/test_crop_hull.cpp
-@@ -101,6 +101,7 @@ class PCLCropHullTestFixture : public ::testing::Test
- baseOffsetList_.emplace_back(10, 1, 5);
- baseOffsetList_.emplace_back(10, 5, 1);
- }
-+ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
- protected:
-
- void
-diff --git a/test/filters/test_functor_filter.cpp b/test/filters/test_functor_filter.cpp
-index e4a1190..03f541f 100644
---- a/test/filters/test_functor_filter.cpp
-+++ b/test/filters/test_functor_filter.cpp
-@@ -172,6 +172,7 @@ struct FunctorFilterFunctionObject : public ::testing::Test {
- cloud.resize(2);
- }
- PointCloud<PointXYZ> cloud;
-+ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
- };
- TYPED_TEST_SUITE_P(FunctorFilterFunctionObject);
-