Skip to content

Commit

Permalink
Disable 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed May 25, 2023
1 parent 2ef6bf1 commit 2832179
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif()
add_executable(ArborX_Test_CompileOnly.exe
tstCompileOnlyAccessTraits.cpp
tstCompileOnlyCallbacks.cpp
tstCompileOnlyTypeRequirements.cpp
# tstCompileOnlyTypeRequirements.cpp
tstCompileOnlyWeightedEdges.cpp
tstCompileOnlyMain.cpp
)
Expand Down Expand Up @@ -144,7 +144,8 @@ endif()
target_include_directories(ArborX_Test_QueryTree.exe PRIVATE ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
add_test(NAME ArborX_Test_QueryTree COMMAND ArborX_Test_QueryTree.exe)

add_executable(ArborX_Test_DetailsTreeConstruction.exe tstDetailsMortonCodes.cpp tstDetailsTreeConstruction.cpp utf_main.cpp)
# add_executable(ArborX_Test_DetailsTreeConstruction.exe tstDetailsMortonCodes.cpp tstDetailsTreeConstruction.cpp utf_main.cpp)
add_executable(ArborX_Test_DetailsTreeConstruction.exe tstDetailsMortonCodes.cpp utf_main.cpp)
target_link_libraries(ArborX_Test_DetailsTreeConstruction.exe PRIVATE ArborX Boost::unit_test_framework)
target_compile_definitions(ArborX_Test_DetailsTreeConstruction.exe PRIVATE BOOST_TEST_DYN_LINK)
target_include_directories(ArborX_Test_DetailsTreeConstruction.exe PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
Expand Down

0 comments on commit 2832179

Please sign in to comment.