File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,10 @@ if(LINUX) # OS-specific functions are implemented only for Linux now
215
215
NAME mempolicy
216
216
SRCS memspaces/mempolicy.cpp
217
217
LIBS ${LIBNUMA_LIBRARIES} )
218
+ add_umf_test (
219
+ NAME memtarget
220
+ SRCS memspaces/memtarget.cpp
221
+ LIBS ${LIBNUMA_LIBRARIES} )
218
222
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND UMF_BUILD_FUZZTESTS )
219
223
add_subdirectory (fuzz )
220
224
endif ()
Original file line number Diff line number Diff line change
1
+ // Copyright (C) 2024 Intel Corporation
2
+ // Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
+
5
+ #include " memspace_helpers.hpp"
6
+ #include < umf/memspace.h>
7
+ #include < umf/memtarget.h>
8
+
9
+ using umf_test::test;
You can’t perform that action at this time.
0 commit comments