Skip to content

Commit 9e88229

Browse files
committed
Move memspace tests to separate dir
1 parent f78d5a1 commit 9e88229

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ if(UMF_BUILD_OS_MEMORY_PROVIDER AND LINUX) # OS-specific functions are implement
124124
SRCS provider_os_memory_multiple_numa_nodes.cpp
125125
LIBS umf_utils ${LIBNUMA_LIBRARIES})
126126
add_umf_test(NAME memspace_numa
127-
SRCS memspace_numa.cpp
127+
SRCS memspaces/memspace_numa.cpp
128128
LIBS ${LIBNUMA_LIBRARIES})
129129
add_umf_test(NAME provider_os_memory_config
130130
SRCS provider_os_memory_config.cpp
131131
LIBS umf_utils ${LIBNUMA_LIBRARIES})
132132
add_umf_test(NAME memspace_host_all
133-
SRCS memspace_host_all.cpp
133+
SRCS memspaces/memspace_host_all.cpp
134134
LIBS ${LIBNUMA_LIBRARIES})
135135
endif()
136136

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)