Skip to content

Commit

Permalink
Move MTMG_TEST to MG tests block
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Nov 9, 2023
1 parent ac5b981 commit 6028fb0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,7 @@ ConfigureTest(K_HOP_NBRS_TEST traversal/k_hop_nbrs_test.cpp)
# - install tests ---------------------------------------------------------------------------------
rapids_test_install_relocatable(INSTALL_COMPONENT_SET testing DESTINATION bin/gtests/libcugraph)

###################################################################################################
# - MTMG tests -------------------------------------------------------------------------
ConfigureTest(MTMG_TEST mtmg/threaded_test.cu)
target_link_libraries(MTMG_TEST
PRIVATE
UCP::UCP
)


###################################################################################################
# - MG tests --------------------------------------------------------------------------------------
Expand Down Expand Up @@ -653,6 +647,14 @@ if(BUILD_CUGRAPH_MG_TESTS)
# - MG K_HOP_NBRS tests -----------------------------------------------------------------------
ConfigureTestMG(MG_K_HOP_NBRS_TEST traversal/mg_k_hop_nbrs_test.cpp)

###################################################################################################
# - MTMG tests -------------------------------------------------------------------------
ConfigureTest(MTMG_TEST mtmg/threaded_test.cu)
target_link_libraries(MTMG_TEST
PRIVATE
UCP::UCP
)

###############################################################################################
# - MG C API tests ----------------------------------------------------------------------------
ConfigureCTestMG(MG_CAPI_CREATE_GRAPH_TEST c_api/mg_create_graph_test.c)
Expand Down

0 comments on commit 6028fb0

Please sign in to comment.