mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-19 16:48:10 +08:00
Remove metal-only tests (#2139)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user