Skip to content

Commit

Permalink
Remove omission of unit tests testing for atomic and MPI backend
Browse files Browse the repository at this point in the history
  • Loading branch information
janciesko committed Nov 8, 2024
1 parent afeb592 commit 13bba98
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ if(NOT googletest_POPULATED)
endif()

SET(NAME KokkosRemoteSpaces_TestAll)

#if (KRS_ENABLE_MPISPACE)
# FILE(GLOB TEST_SRCS *.cpp)
# list(FILTER TEST_SRCS EXCLUDE REGEX ".*Test_Atomic\\.cpp$")
#else()
FILE(GLOB TEST_SRCS *.cpp)
#endif()
FILE(GLOB TEST_SRCS *.cpp)

add_executable(${NAME} ${TEST_SRCS})

Expand Down

0 comments on commit 13bba98

Please sign in to comment.