From 5c9132056f09b0a5315c9f0d438e32b082e73c43 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Tue, 26 Sep 2017 11:39:09 +0530 Subject: [PATCH] Added HIT block [ROCm/hip commit: ce13e4afbfd4c1221aa53d87ace0adbc7d722a61] --- projects/hip/tests/src/texture/hipTextureObj2D.cpp | 5 +++++ projects/hip/tests/src/texture/hipTextureRef2D.cpp | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/projects/hip/tests/src/texture/hipTextureObj2D.cpp b/projects/hip/tests/src/texture/hipTextureObj2D.cpp index bea21d0658..443d708418 100644 --- a/projects/hip/tests/src/texture/hipTextureObj2D.cpp +++ b/projects/hip/tests/src/texture/hipTextureObj2D.cpp @@ -1,3 +1,8 @@ +/* HIT_START + * BUILD: %t %s ../test_common.cpp + * RUN: %t + * HIT_END + */ #include #include #include diff --git a/projects/hip/tests/src/texture/hipTextureRef2D.cpp b/projects/hip/tests/src/texture/hipTextureRef2D.cpp index 04537a0a83..eb27b23230 100644 --- a/projects/hip/tests/src/texture/hipTextureRef2D.cpp +++ b/projects/hip/tests/src/texture/hipTextureRef2D.cpp @@ -1,3 +1,8 @@ +/* HIT_START + * BUILD: %t %s ../test_common.cpp + * RUN: %t + * HIT_END + */ #include #include #include