IVGCVSW-3843 Add support of per-axis quantization to BuildArmComputeTensorInfo

Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Change-Id: I0bb0e9da306eee3e19dc9967a6c8bb01da998deb
diff --git a/src/backends/aclCommon/common.mk b/src/backends/aclCommon/common.mk
index cebceaf..0ba966a 100644
--- a/src/backends/aclCommon/common.mk
+++ b/src/backends/aclCommon/common.mk
@@ -16,4 +16,5 @@
 # up by the Android.mk file in the root of ArmNN
 
 COMMON_TEST_SOURCES := \
+    test/ArmComputeTensorUtilsTests.cpp \
     test/MemCopyTests.cpp