Skip to content

Commit

Permalink
Install mg test executables
Browse files Browse the repository at this point in the history
rapids_test_add() does not install the executables we need, because
it's checking the value of ${MPIEXEC_EXECUTABLE} and seeing that
it's not a target. Install the target separately.
  • Loading branch information
KyleFromNVIDIA committed Sep 19, 2024
1 parent 8b1a437 commit 3dc269b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ function(ConfigureTestMG CMAKE_TEST_NAME)
PERCENT 100
INSTALL_COMPONENT_SET testing_mg
)
rapids_test_record_install(TARGET ${CMAKE_TEST_NAME} COMPONENT testing_mg)
set_tests_properties(${CMAKE_TEST_NAME} PROPERTIES LABELS "CUGRAPH_MG")

endfunction()
Expand Down Expand Up @@ -303,6 +304,7 @@ function(ConfigureCTestMG CMAKE_TEST_NAME)
PERCENT 100
INSTALL_COMPONENT_SET testing_mg
)
rapids_test_record_install(TARGET ${CMAKE_TEST_NAME} COMPONENT testing_mg)
set_tests_properties(${CMAKE_TEST_NAME} PROPERTIES LABELS "CUGRAPH_C_MG")


Expand Down

0 comments on commit 3dc269b

Please sign in to comment.