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
This commit is contained in:
music-dino
2022-10-12 05:00:51 +02:00
zatwierdzone przez GitHub
rodzic a0dfc6a2c8
commit 5219f5707f
3 zmienionych plików z 228 dodań i 2 usunięć
+1 -2
Wyświetl plik
@@ -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)