aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-06-10Add GoogleTest unit tests for serialization handler and numpy utilsKaushik Varadharajan
Tests can be run with the "ctest" command in the /build directory after building. Signed-off-by: Kaushik Varadharajan <kaushik.varadharajan@arm.com> Change-Id: Ie2faf74471f8497f10121b70ee81d8cc739f56c2
2024-06-03Add GoogleTestKaushik Varadharajan
Adding a framework for unit testing. Tests are run with the "ctest" command in the /build directory after building. Signed-off-by: Kaushik Varadharajan <kaushik.varadharajan@arm.com> Change-Id: Ibdc5a90de6284d2118124dab561b5ba0183cf32c
2024-01-03Fix compiler warningsEric Kunze
No functional changes Change-Id: I938fecc941b14c065639e27a110ab1feb7c85ba9 Signed-off-by: Eric Kunze <eric.kunze@arm.com>
2023-04-04Add readFromNpyFile and writeToNpyFile for double dataTai Ly
Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: Icc023cbe6aa8843cc37d25e740bc6ce05bb7abb2
2023-01-04Remove serialization testEric Kunze
Too simple, did not provide much testing value Change-Id: I35b388ebae8d43d901781f4eefa20c6b83b96456
2021-04-26Initial commit of serialization library codeEric Kunze
Change-Id: Ie09a7245176aa799e59622e5118b145833b23590 Signed-off-by: Eric Kunze <eric.kunze@arm.com>