EXSWHTEC-94 - Implement helper classes and functions for memory tests (#2978)

- Implement helper classes and functions for memory tests
- Remove c++14 standard constraint on memory tests
- Remove GenerateLinearAllocationFlagCombinations until finished
Este commit está contenido en:
music-dino
2022-10-12 05:00:51 +02:00
cometido por GitHub
padre a0dfc6a2c8
commit 5219f5707f
Se han modificado 3 ficheros con 228 adiciones y 2 borrados
+1 -2
Ver fichero
@@ -183,5 +183,4 @@ endif()
hip_add_exe_to_target(NAME MemoryTest
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME build_tests
COMPILE_OPTIONS -std=c++14)
TEST_TARGET_NAME build_tests)