Extend Neon ReshapeLayer validation tests

- Add a test case with src and dst having same row size
- Remove inline from has_holes() util function

Related to COMPMID-6504

Change-Id: Iead1f17692dc57b66c5d9f01eed30169efaee0a5
Signed-off-by: Anitha Raj <anitha.raj@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10190
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Gunes Bayir <gunes.bayir@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Benchmark: Arm Jenkins <bsgcomp@arm.com>
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 39fba86..8fffa96 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -634,6 +634,7 @@
 	core/Validate.cpp
 	core/Version.cpp
 	core/helpers/SoftmaxHelpers.cpp
+	core/helpers/Utils.cpp
 	core/helpers/WindowHelpers.cpp
 	core/utils/ActivationFunctionUtils.cpp
 	core/utils/AssemblyUtils.cpp