SWDEV-411064 - check if image is supported before running image specific tests

Change-Id: I62b3f7489f2f33b4b4e02f42a46e66c8940f2277
This commit is contained in:
Jatin Chaudhary
2023-07-25 17:04:13 +01:00
committed by Jatin Jaikishan Chaudhary
parent b6b43db172
commit ee3c94faf2
52 changed files with 524 additions and 76 deletions
@@ -713,6 +713,8 @@ void DefaultPT2_hipMemcpy3D() {
TEST_CASE("Unit_hipStrmPerThrdDefault") {
CHECK_IMAGE_SUPPORT
SECTION("Testing hipMemset/Memcpy() and their async version") {
REQUIRE(DefaultPT2_Memcpy_MemSet(1, 0));
REQUIRE(DefaultPT2_Memcpy_MemSet(1, 1));