summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-11-30 12:55:22 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-11-30 13:03:09 +0100
commit8b87ffaa8a273ee7870298d9f74f0fabbf160148 (patch)
treea11ca9d21281dc66dce626a58b9a4754f05e8352 /test/unit
parent7fb280ceacbacf6d0fb02ba1378e2caef2c8c582 (diff)
downloadlvm2-8b87ffaa8a273ee7870298d9f74f0fabbf160148.tar.gz
makefiles: clean unit-test
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/Makefile b/test/unit/Makefile
index a37a0aa1e..909cef296 100644
--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -35,7 +35,8 @@ UNIT_DEPENDS = $(UNIT_SOURCE:%.c=%.d)
UNIT_OBJECTS = $(UNIT_SOURCE:%.c=%.o)
CLEAN_TARGETS += $(UNIT_DEPENDS) $(UNIT_OBJECTS) \
$(UNIT_SOURCE:%.c=%.gcda) \
- $(UNIT_SOURCE:%.c=%.gcno)
+ $(UNIT_SOURCE:%.c=%.gcno) \
+ test/unit/unit-test
test/unit/unit-test: $(UNIT_OBJECTS) lib/liblvm-internal.a libdaemon/client/libdaemonclient.a $(INTERNAL_LIBS)
@echo " [LD] $@"