summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-11-29 17:34:32 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-11-29 23:05:43 +0100
commitf54ead831f3a7fcb26dcffe465189b8e052020a3 (patch)
tree9f74e18bd79b856b88c20c19bfdc83e8a6c2b56b /test/unit
parentceb2f0ad3b2c162a78f7ad1c86de9fd3f1dd0923 (diff)
downloadlvm2-f54ead831f3a7fcb26dcffe465189b8e052020a3.tar.gz
makefiles: avoid dependency calcs for base dir
For some targets we do not want to generate dependencies. Also add note about usage of such Makefile - it might be possibly better to rename it to different filename to avoid any confusion.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/Makefile b/test/unit/Makefile
index 0530fca11..44ab541ab 100644
--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -46,7 +46,7 @@ run-unit-test: test/unit/unit-test
LD_LIBRARY_PATH=libdm test/unit/unit-test run
ifeq ("$(USE_TRACKING)","yes")
-ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean lcov \
+ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean lcov lcov-reset \
help check check_local check_lvmpolld run-unit-test))
-include $(UNIT_DEPENDS)
endif