From a4e5868b8f56959fee8a1750547c10b5bfedf642 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 29 Apr 2022 00:37:01 +0530 Subject: [PATCH] SWDEV-327563 - Windows: enable hiprtc tests (#2629) Change-Id: If6df6188d15aecedbe536de0ca1a95dc64f3f1b5 --- tests/catch/unit/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/catch/unit/CMakeLists.txt b/tests/catch/unit/CMakeLists.txt index 7dd03f79a9..9ebff9b9de 100644 --- a/tests/catch/unit/CMakeLists.txt +++ b/tests/catch/unit/CMakeLists.txt @@ -18,11 +18,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -# build fails in windows -if (UNIX) - add_subdirectory(rtc) -endif() - +add_subdirectory(rtc) add_subdirectory(deviceLib) add_subdirectory(graph) add_subdirectory(memory)