diff --git a/tests/src/CMakeLists.txt b/tests/src/CMakeLists.txt index 84b1dfee0b..bbbb3c52ed 100644 --- a/tests/src/CMakeLists.txt +++ b/tests/src/CMakeLists.txt @@ -109,8 +109,8 @@ macro (make_test_matches exe match_string) ) endmacro() -make_hip_executable (hipAPIStreamEnable hipAPIStreamEnable.cpp) -make_hip_executable (hipAPIStreamDisable hipAPIStreamDisable.cpp) +#make_hip_executable (hipAPIStreamEnable hipAPIStreamEnable.cpp) +#make_hip_executable (hipAPIStreamDisable hipAPIStreamDisable.cpp) make_hip_executable (hip_ballot hip_ballot.cpp) make_hip_executable (hip_anyall hip_anyall.cpp) make_hip_executable (hip_popc hip_popc.cpp) @@ -168,6 +168,6 @@ make_test(hipHcc " " ) make_test(hipHostRegister " ") make_test(hipStreamL5 " ") make_test(hipRandomMemcpyAsync " ") -make_test(hipAPIStreamEnable " ") -make_test(hipAPIStreamDisable " ") +#make_test(hipAPIStreamEnable " ") +#make_test(hipAPIStreamDisable " ") make_hipify_test(specialFunc.cu )