Skip to content

Commit

Permalink
remove tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Sep 14, 2023
1 parent d454a84 commit 4150292
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ configure_file(${Ginkgo_SOURCE_DIR}/include/ginkgo/config.hpp.in
# propagated to the other parts of Ginkgo in case of building as static libraries
add_subdirectory(devices) # Basic device functionalities. Always compiled.
add_subdirectory(common) # Import list of unified kernel source files
if(GINKGO_BUILD_TESTS)
# use custom target `tests` to build only test binaries
add_custom_target(tests)
endif()
if(GINKGO_BUILD_CUDA)
add_subdirectory(cuda) # High-performance kernels for NVIDIA GPUs
endif()
Expand Down
2 changes: 0 additions & 2 deletions cmake/create_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ function(ginkgo_add_test test_name test_target_name)
COMMAND ${test_target_name}
WORKING_DIRECTORY "$<TARGET_FILE_DIR:ginkgo>")
endif()
# use custom target `tests` to build only test binaries
add_dependencies(tests ${test_target_name})

ginkgo_add_resource_requirement(${REL_BINARY_DIR}/${test_name} ${ARGN})

Expand Down

0 comments on commit 4150292

Please sign in to comment.