Remove metal-only tests (#2139)

This commit is contained in:
Cheng
2025-05-01 01:08:39 +09:00
committed by GitHub
parent aa5d84f102
commit ea890d8710
2 changed files with 12 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ FetchContent_MakeAvailable(doctest)
add_executable(tests ${PROJECT_SOURCE_DIR}/tests/tests.cpp)
if(MLX_BUILD_METAL)
set(METAL_TEST_SOURCES metal_tests.cpp)
set(METAL_TEST_SOURCES gpu_tests.cpp)
endif()
include(${doctest_SOURCE_DIR}/scripts/cmake/doctest.cmake)