|
Packit Service |
7f3b24 |
# SPDX-License-Identifier: BSD-2-Clause
|
|
Packit Service |
7f3b24 |
# Copyright (C) 2014 - 2020 Intel Corporation.
|
|
Packit |
345191 |
|
|
Packit |
345191 |
AM_CPPFLAGS += -Itest/gtest_fused -DMEMKIND_DEPRECATED\(x\)=x
|
|
Packit |
345191 |
|
|
Packit |
345191 |
check_PROGRAMS += test/all_tests \
|
|
Packit |
345191 |
test/allocator_perf_tool_tests \
|
|
Packit |
345191 |
test/autohbw_test_helper \
|
|
Packit |
345191 |
test/dax_kmem_test \
|
|
Packit |
345191 |
test/decorator_test \
|
|
Packit |
345191 |
test/environ_err_dax_kmem_malloc_test \
|
|
Packit |
345191 |
test/environ_err_dax_kmem_malloc_positive_test \
|
|
Packit |
345191 |
test/environ_err_hbw_malloc_test \
|
|
Packit |
345191 |
test/freeing_memory_segfault_test \
|
|
Packit |
345191 |
test/gb_page_tests_bind_policy \
|
|
Packit |
345191 |
test/locality_test \
|
|
Packit |
345191 |
test/memkind_stat_test \
|
|
Packit |
345191 |
test/performance_test \
|
|
Packit |
345191 |
test/trace_mechanism_test_helper \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
if HAVE_CXX11
|
|
Packit |
345191 |
check_PROGRAMS += test/pmem_test \
|
|
Packit |
345191 |
test/defrag_reallocate
|
|
Packit |
345191 |
endif
|
|
Packit |
345191 |
|
|
Packit |
345191 |
TESTS += test/test.sh
|
|
Packit |
345191 |
|
|
Packit |
345191 |
EXTRA_DIST += test/autohbw_test.py \
|
|
Packit |
345191 |
test/draw_plots.py \
|
|
Packit |
345191 |
test/gtest_fused/gtest/gtest-all.cc \
|
|
Packit |
345191 |
test/gtest_fused/gtest/gtest.h \
|
|
Packit |
345191 |
test/hbw_detection_test.py \
|
|
Packit |
345191 |
test/dax_kmem_env_var_test.py \
|
|
Packit |
345191 |
test/memkind-afts-ext.ts \
|
|
Packit |
345191 |
test/memkind-afts.ts \
|
|
Packit |
345191 |
test/memkind-perf-ext.ts \
|
|
Packit |
345191 |
test/memkind-perf.ts \
|
|
Packit |
345191 |
test/memkind-pytests.ts \
|
|
Packit |
345191 |
test/memkind-slts.ts \
|
|
Packit |
345191 |
test/python_framework/__init__.py \
|
|
Packit |
345191 |
test/python_framework/cmd_helper.py \
|
|
Packit |
345191 |
test/python_framework/huge_page_organizer.py \
|
|
Packit |
345191 |
test/run_alloc_benchmark.sh \
|
|
Packit |
345191 |
test/trace_mechanism_test.py \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_all_tests_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_allocator_perf_tool_tests_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_autohbw_test_helper_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_dax_kmem_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_decorator_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_environ_err_hbw_malloc_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_environ_err_dax_kmem_malloc_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_environ_err_dax_kmem_malloc_positive_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_freeing_memory_segfault_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_gb_page_tests_bind_policy_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_memkind_stat_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_trace_mechanism_test_helper_LDADD = libmemkind.la
|
|
Packit |
345191 |
|
|
Packit |
345191 |
if HAVE_CXX11
|
|
Packit |
345191 |
test_pmem_test_SOURCES = $(fused_gtest) test/memkind_pmem_config_tests.cpp test/memkind_pmem_long_time_tests.cpp test/memkind_pmem_tests.cpp
|
|
Packit |
345191 |
test_pmem_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_defrag_reallocate_SOURCES = $(fused_gtest) test/memkind_defrag_reallocate.cpp
|
|
Packit |
345191 |
test_defrag_reallocate_LDADD = libmemkind.la
|
|
Packit |
345191 |
endif
|
|
Packit |
345191 |
|
|
Packit |
345191 |
fused_gtest = test/gtest_fused/gtest/gtest-all.cc \
|
|
Packit |
345191 |
test/main.cpp \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_all_tests_SOURCES = $(fused_gtest) \
|
|
Packit |
345191 |
test/Allocator.hpp \
|
|
Packit |
345191 |
test/TestPolicy.hpp \
|
|
Packit |
345191 |
test/bat_tests.cpp \
|
|
Packit |
345191 |
test/check.cpp \
|
|
Packit |
345191 |
test/check.h \
|
|
Packit |
345191 |
test/common.h \
|
|
Packit |
345191 |
test/dlopen_test.cpp \
|
|
Packit |
345191 |
test/error_message_tests.cpp \
|
|
Packit |
345191 |
test/get_arena_test.cpp \
|
|
Packit |
345191 |
test/hbw_allocator_tests.cpp \
|
|
Packit |
345191 |
test/hbw_verify_function_test.cpp \
|
|
Packit |
345191 |
test/memkind_allocator_tests.cpp \
|
|
Packit |
345191 |
test/memkind_detect_kind_tests.cpp \
|
|
Packit |
345191 |
test/memkind_null_kind_test.cpp \
|
|
Packit |
345191 |
test/memkind_versioning_tests.cpp \
|
|
Packit |
345191 |
test/multithreaded_tests.cpp \
|
|
Packit |
345191 |
test/negative_tests.cpp \
|
|
Packit |
345191 |
test/pmem_allocator_tests.cpp \
|
|
Packit |
345191 |
test/static_kinds_list.h \
|
|
Packit |
345191 |
test/static_kinds_tests.cpp \
|
|
Packit |
345191 |
test/trial_generator.cpp \
|
|
Packit |
345191 |
test/trial_generator.h \
|
|
Packit |
345191 |
#end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_performance_test_SOURCES = $(fused_gtest) test/performance/perf_tests.cpp \
|
|
Packit |
345191 |
test/performance/perf_tests.hpp \
|
|
Packit |
345191 |
test/performance/framework.cpp \
|
|
Packit |
345191 |
test/performance/framework.hpp \
|
|
Packit |
345191 |
test/performance/operations.hpp \
|
|
Packit |
345191 |
test/performance/perf_tests.hpp
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_performance_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_locality_test_SOURCES = $(fused_gtest) test/allocator_perf_tool/Allocation_info.cpp test/locality_test.cpp
|
|
Packit |
345191 |
test_locality_test_LDADD = libmemkind.la
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_locality_test_CPPFLAGS = $(OPENMP_CFLAGS) -O0 -Wno-error $(AM_CPPFLAGS)
|
|
Packit |
345191 |
test_locality_test_CXXFLAGS = $(OPENMP_CFLAGS) -O0 -Wno-error $(AM_CPPFLAGS)
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_autohbw_test_helper_SOURCES = test/autohbw_test_helper.c
|
|
Packit |
345191 |
test_decorator_test_SOURCES = $(fused_gtest) test/decorator_test.cpp test/decorator_test.h
|
|
Packit |
345191 |
test_dax_kmem_test_SOURCES = $(fused_gtest) test/dax_kmem_nodes.h test/dax_kmem_nodes.cpp test/memkind_dax_kmem_test.cpp
|
|
Packit |
345191 |
test_environ_err_hbw_malloc_test_SOURCES = test/environ_err_hbw_malloc_test.cpp
|
|
Packit |
345191 |
test_environ_err_dax_kmem_malloc_test_SOURCES = test/environ_err_dax_kmem_malloc_test.cpp
|
|
Packit |
345191 |
test_environ_err_dax_kmem_malloc_positive_test_SOURCES = test/environ_err_dax_kmem_malloc_positive_test.cpp
|
|
Packit |
345191 |
test_freeing_memory_segfault_test_SOURCES = $(fused_gtest) test/freeing_memory_segfault_test.cpp
|
|
Packit |
345191 |
test_gb_page_tests_bind_policy_SOURCES = $(fused_gtest) test/gb_page_tests_bind_policy.cpp test/trial_generator.cpp test/check.cpp
|
|
Packit |
345191 |
test_memkind_stat_test_SOURCES = $(fused_gtest) test/memkind_stat_test.cpp
|
|
Packit |
345191 |
test_trace_mechanism_test_helper_SOURCES = test/trace_mechanism_test_helper.c
|
|
Packit |
345191 |
|
|
Packit |
345191 |
#Tests based on Allocator Perf Tool
|
|
Packit |
345191 |
allocator_perf_tool_library_sources = test/allocator_perf_tool/AllocationSizes.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Allocation_info.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Allocation_info.cpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Allocator.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/AllocatorFactory.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/CSVLogger.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/CommandLine.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Configuration.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/ConsoleLog.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/FunctionCalls.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/FunctionCallsPerformanceTask.cpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/FunctionCallsPerformanceTask.h \
|
|
Packit |
345191 |
test/allocator_perf_tool/GTestAdapter.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/HugePageOrganizer.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/HugePageUnmap.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Iterator.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Numastat.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/PmemMockup.cpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/PmemMockup.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Runnable.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/ScenarioWorkload.cpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/ScenarioWorkload.h \
|
|
Packit |
345191 |
test/allocator_perf_tool/StandardAllocatorWithTimer.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Stats.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/StressIncreaseToMax.cpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/StressIncreaseToMax.h \
|
|
Packit |
345191 |
test/allocator_perf_tool/Task.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/TaskFactory.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Tests.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Thread.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/TimerSysTime.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/VectorIterator.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/Workload.hpp \
|
|
Packit |
345191 |
test/allocator_perf_tool/WrappersMacros.hpp \
|
|
Packit |
345191 |
test/memory_manager.h \
|
|
Packit |
345191 |
test/proc_stat.h \
|
|
Packit |
345191 |
test/random_sizes_allocator.h \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_allocator_perf_tool_tests_SOURCES = $(allocator_perf_tool_library_sources) \
|
|
Packit |
345191 |
$(fused_gtest) \
|
|
Packit |
345191 |
test/alloc_performance_tests.cpp \
|
|
Packit |
345191 |
test/allocate_to_max_stress_test.cpp \
|
|
Packit |
345191 |
test/hbw_allocator_performance_tests.cpp \
|
|
Packit |
345191 |
test/heap_manager_init_perf_test.cpp \
|
|
Packit |
345191 |
test/huge_page_test.cpp \
|
|
Packit |
345191 |
test/memory_footprint_test.cpp \
|
|
Packit |
345191 |
test/pmem_alloc_performance_tests.cpp \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_allocator_perf_tool_tests_CPPFLAGS = -Itest/allocator_perf_tool/ -O0 -Wno-error $(AM_CPPFLAGS)
|
|
Packit |
345191 |
test_allocator_perf_tool_tests_CXXFLAGS = -Itest/allocator_perf_tool/ -O0 -Wno-error $(AM_CPPFLAGS)
|
|
Packit |
345191 |
test_allocator_perf_tool_tests_LDFLAGS = -lpthread -lnuma
|
|
Packit |
345191 |
|
|
Packit |
345191 |
NUMAKIND_MAX = 2048
|
|
Packit |
345191 |
test_all_tests_CXXFLAGS = $(AM_CXXFLAGS) $(CXXFLAGS) $(OPENMP_CFLAGS) -DNUMAKIND_MAX=$(NUMAKIND_MAX)
|
|
Packit |
345191 |
test_all_tests_LDFLAGS = -ldl
|
|
Packit |
345191 |
|
|
Packit |
345191 |
#Allocator Perf Tool stand alone app
|
|
Packit |
345191 |
check_PROGRAMS += test/perf_tool
|
|
Packit |
345191 |
test_perf_tool_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_perf_tool_SOURCES = $(allocator_perf_tool_library_sources) \
|
|
Packit |
345191 |
test/allocator_perf_tool/main.cpp \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_perf_tool_CPPFLAGS = -Itest/allocator_perf_tool/ -O0 -Wno-error $(AM_CPPFLAGS)
|
|
Packit |
345191 |
test_perf_tool_CXXFLAGS = -Itest/allocator_perf_tool/ -O0 -Wno-error $(AM_CPPFLAGS)
|
|
Packit |
345191 |
test_perf_tool_LDFLAGS = -lpthread -lnuma
|
|
Packit |
345191 |
if HAVE_CXX11
|
|
Packit |
345191 |
test_perf_tool_CPPFLAGS += -std=c++11
|
|
Packit |
345191 |
test_perf_tool_CXXFLAGS += -std=c++11
|
|
Packit |
345191 |
endif
|
|
Packit |
345191 |
|
|
Packit |
345191 |
#Alloc benchmark
|
|
Packit |
345191 |
check_PROGRAMS += test/alloc_benchmark_glibc \
|
|
Packit |
345191 |
test/alloc_benchmark_hbw \
|
|
Packit |
345191 |
test/alloc_benchmark_pmem \
|
|
Packit |
345191 |
test/alloc_benchmark_tbb \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_alloc_benchmark_glibc_CFLAGS = -O0 -g $(OPENMP_CFLAGS) -Wall
|
|
Packit |
345191 |
test_alloc_benchmark_glibc_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_alloc_benchmark_glibc_SOURCES = test/alloc_benchmark.c
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_alloc_benchmark_hbw_CFLAGS = -O0 -g $(OPENMP_CFLAGS) -Wall -DHBWMALLOC
|
|
Packit |
345191 |
test_alloc_benchmark_hbw_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_alloc_benchmark_hbw_LDFLAGS = -lmemkind
|
|
Packit |
345191 |
test_alloc_benchmark_hbw_SOURCES = test/alloc_benchmark.c
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_alloc_benchmark_pmem_CFLAGS = -O0 -g $(OPENMP_CFLAGS) -Wall -DPMEMMALLOC
|
|
Packit |
345191 |
test_alloc_benchmark_pmem_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_alloc_benchmark_pmem_LDFLAGS = -ldl
|
|
Packit |
345191 |
test_alloc_benchmark_pmem_SOURCES = test/alloc_benchmark.c
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_alloc_benchmark_tbb_CFLAGS = -O0 -g $(OPENMP_CFLAGS) -Wall -DTBBMALLOC
|
|
Packit |
345191 |
test_alloc_benchmark_tbb_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_alloc_benchmark_tbb_LDFLAGS = -ldl
|
|
Packit |
345191 |
test_alloc_benchmark_tbb_SOURCES = test/alloc_benchmark.c \
|
|
Packit |
345191 |
test/load_tbbmalloc_symbols.c \
|
|
Packit |
345191 |
test/tbbmalloc.h \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
|
|
Packit |
345191 |
# Pmem fragmentation benchmark
|
|
Packit |
345191 |
check_PROGRAMS += test/fragmentation_benchmark_pmem
|
|
Packit |
345191 |
test_fragmentation_benchmark_pmem_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_fragmentation_benchmark_pmem_SOURCES = test/fragmentation_benchmark_pmem.cpp
|
|
Packit |
345191 |
test_fragmentation_benchmark_pmem_CXXFLAGS = -O0 -Wall
|
|
Packit |
345191 |
if HAVE_CXX11
|
|
Packit |
345191 |
test_fragmentation_benchmark_pmem_CXXFLAGS += -std=c++11
|
|
Packit |
345191 |
endif
|
|
Packit |
345191 |
|
|
Packit |
345191 |
# Examples as tests
|
|
Packit |
345191 |
check_PROGRAMS += test/autohbw_candidates \
|
|
Packit |
345191 |
test/filter_memkind \
|
|
Packit |
345191 |
test/hello_hbw \
|
|
Packit |
345191 |
test/hello_memkind \
|
|
Packit |
345191 |
test/hello_memkind_debug \
|
|
Packit |
345191 |
test/memkind_get_stat \
|
|
Packit |
345191 |
test/pmem_alignment \
|
|
Packit |
345191 |
test/pmem_and_dax_kmem_kind \
|
|
Packit |
345191 |
test/pmem_and_default_kind \
|
|
Packit |
345191 |
test/pmem_config \
|
|
Packit |
345191 |
test/pmem_detect_kind \
|
|
Packit |
345191 |
test/pmem_free_with_unknown_kind \
|
|
Packit |
345191 |
test/pmem_kinds \
|
|
Packit |
345191 |
test/pmem_malloc \
|
|
Packit |
345191 |
test/pmem_malloc_unlimited \
|
|
Packit |
345191 |
test/pmem_multithreads \
|
|
Packit |
345191 |
test/pmem_multithreads_onekind \
|
|
Packit |
345191 |
test/pmem_usable_size \
|
|
Packit |
345191 |
# end
|
|
Packit |
345191 |
if HAVE_CXX11
|
|
Packit |
345191 |
check_PROGRAMS += test/memkind_allocated \
|
|
Packit |
345191 |
test/memkind_cpp_allocator \
|
|
Packit |
345191 |
test/pmem_cpp_allocator
|
|
Packit |
345191 |
endif
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_autohbw_candidates_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_filter_memkind_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_hello_hbw_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_hello_memkind_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_hello_memkind_debug_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_memkind_get_stat_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_alignment_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_and_dax_kmem_kind_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_and_default_kind_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_config_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_detect_kind_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_free_with_unknown_kind_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_kinds_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_malloc_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_malloc_unlimited_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_multithreads_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_multithreads_onekind_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_usable_size_LDADD = libmemkind.la
|
|
Packit |
345191 |
if HAVE_CXX11
|
|
Packit |
345191 |
test_memkind_allocated_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_memkind_cpp_allocator_LDADD = libmemkind.la
|
|
Packit |
345191 |
test_pmem_cpp_allocator_LDADD = libmemkind.la
|
|
Packit |
345191 |
endif
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_autohbw_candidates_SOURCES = examples/autohbw_candidates.c
|
|
Packit |
345191 |
test_filter_memkind_SOURCES = examples/filter_example.c
|
|
Packit |
345191 |
test_hello_hbw_SOURCES = examples/hello_hbw_example.c
|
|
Packit |
345191 |
test_hello_memkind_SOURCES = examples/hello_memkind_example.c
|
|
Packit |
345191 |
test_hello_memkind_debug_SOURCES = examples/hello_memkind_example.c examples/memkind_decorator_debug.c
|
|
Packit |
345191 |
test_memkind_get_stat_SOURCES = examples/memkind_get_stat.c
|
|
Packit |
345191 |
test_pmem_alignment_SOURCES = examples/pmem_alignment.c
|
|
Packit |
345191 |
test_pmem_and_dax_kmem_kind_SOURCES = examples/pmem_and_dax_kmem_kind.c
|
|
Packit |
345191 |
test_pmem_and_default_kind_SOURCES = examples/pmem_and_default_kind.c
|
|
Packit |
345191 |
test_pmem_config_SOURCES = examples/pmem_config.c
|
|
Packit |
345191 |
test_pmem_detect_kind_SOURCES = examples/pmem_detect_kind.c
|
|
Packit |
345191 |
test_pmem_free_with_unknown_kind_SOURCES = examples/pmem_free_with_unknown_kind.c
|
|
Packit |
345191 |
test_pmem_kinds_SOURCES = examples/pmem_kinds.c
|
|
Packit |
345191 |
test_pmem_malloc_SOURCES = examples/pmem_malloc.c
|
|
Packit |
345191 |
test_pmem_malloc_unlimited_SOURCES = examples/pmem_malloc_unlimited.c
|
|
Packit |
345191 |
test_pmem_multithreads_SOURCES = examples/pmem_multithreads.c
|
|
Packit |
345191 |
test_pmem_multithreads_onekind_SOURCES = examples/pmem_multithreads_onekind.c
|
|
Packit |
345191 |
test_pmem_usable_size_SOURCES = examples/pmem_usable_size.c
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test_libautohbw_la_SOURCES = autohbw/autohbw.c
|
|
Packit |
345191 |
noinst_LTLIBRARIES += test/libautohbw.la
|
|
Packit |
345191 |
if HAVE_CXX11
|
|
Packit |
345191 |
test_memkind_allocated_SOURCES = examples/memkind_allocated_example.cpp examples/memkind_allocated.hpp
|
|
Packit |
345191 |
test_memkind_cpp_allocator_SOURCES = examples/memkind_cpp_allocator.cpp
|
|
Packit |
345191 |
test_pmem_cpp_allocator_SOURCES = examples/pmem_cpp_allocator.cpp
|
|
Packit |
345191 |
endif
|
|
Packit |
345191 |
|
|
Packit |
345191 |
clean-local: test-clean
|
|
Packit |
345191 |
|
|
Packit |
345191 |
test-clean:
|
|
Packit |
345191 |
find test \( -name "*.gcda" -o -name "*.gcno" \) -type f -delete
|