2018-02-02 18:39:17 +03:00
# Copyright (C) 2011-2018 Red Hat, Inc. All rights reserved.
2011-11-21 01:43:20 +04:00
#
# This file is part of LVM2.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU General Public License v.2.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
2016-01-21 13:49:46 +03:00
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2011-11-21 01:43:20 +04:00
2018-05-12 19:14:53 +03:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
SOURCES = \
radix-tree.c \
status.c \
2018-05-10 15:01:26 +03:00
\
2018-05-12 19:14:53 +03:00
bcache_t.c \
bcache_utils_t.c \
bitset_t.c \
config_t.c \
dmlist_t.c \
dmstatus_t.c \
framework.c \
io_engine_t.c \
matcher_t.c \
percent_t.c \
radix_tree_t.c \
run.c \
string_t.c \
vdo_t.c
TARGETS += unit-test
# Using vpath for other src dirs
# FIXME: hopefully later we will just link libs without need to extract sources
# via usage of vpath
v p a t h % . c \
$( top_srcdir) /base/data-struct \
2018-05-11 19:55:55 +03:00
$( top_srcdir) /device_mapper/vdo
2018-05-12 19:14:53 +03:00
i n c l u d e $( top_builddir ) / m a k e . t m p l
2018-02-05 19:04:23 +03:00
UNIT_LDLIBS += $( LVMINTERNAL_LIBS) -ldevmapper -laio
2018-05-12 19:14:53 +03:00
INCLUDES += -I$( top_srcdir)
2018-02-02 18:39:17 +03:00
2018-05-12 19:14:53 +03:00
unit-test : $( OBJECTS ) $( top_builddir ) /libdm /libdevmapper .$( LIB_SUFFIX ) $( top_builddir ) /lib /liblvm -internal .a
2018-02-05 19:04:23 +03:00
@echo " [LD] $@ "
$( Q) $( CC) $( CFLAGS) $( LDFLAGS) $( EXTRA_EXEC_LDFLAGS) -L$( top_builddir) /libdm \
2018-05-12 19:14:53 +03:00
-o $@ $( OBJECTS) $( UNIT_LDLIBS)
2015-11-27 12:54:57 +03:00
2018-05-12 19:14:53 +03:00
.PHONY : run -unit -test
run-unit-test : unit -test
2011-11-23 16:21:41 +04:00
@echo Running unit tests
2018-05-12 19:14:53 +03:00
LD_LIBRARY_PATH = $( top_builddir) /libdm ./unit-test run