diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 0d6fd5f4ba..8caafa5e70 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -113,9 +113,7 @@ "Unit_hipMemcpyDtoDAsync_Negative_Parameters", "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1", "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/327 ===", - "Unit_hiprtcGpuRdcComplrOptnTst", "Unit_hiprtcDisabledSlpVectorizeComplrOptnTst", - "Unit_hiprtcRpassInlineComplrOptnTst", "Unit_hiprtcCombiComplrOptnTst", "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/92 ===", "Unit_hipGetChannelDesc_Negative_Parameters", diff --git a/projects/hip-tests/catch/unit/rtc/CMakeLists.txt b/projects/hip-tests/catch/unit/rtc/CMakeLists.txt index 66558f1c9b..50945f9486 100644 --- a/projects/hip-tests/catch/unit/rtc/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/rtc/CMakeLists.txt @@ -37,7 +37,8 @@ add_custom_target(copyRtcHeaders ALL if(UNIX) set(AMD_TEST_SRC ${AMD_TEST_SRC} RtcFunctions.cpp - RtcUtility.cpp) + RtcUtility.cpp + hiprtcComplrOptnTesting.cc) endif() if(HIP_PLATFORM MATCHES "nvidia")