summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2011-11-20 21:43:20 +0000
committerPetr Rockai <prockai@redhat.com>2011-11-20 21:43:20 +0000
commitd4fed28523c2a0229bf7dba28e38b0aa8db44e57 (patch)
tree53b5d58d9c3769d88e02970167a675754e726ef5 /Makefile.in
parentbf75c304934aa594c5967dc3e5df8b3ecb30f748 (diff)
downloadlvm2-d4fed28523c2a0229bf7dba28e38b0aa8db44e57.tar.gz
lvm2-d4fed28523c2a0229bf7dba28e38b0aa8db44e57.tar.xz
lvm2-d4fed28523c2a0229bf7dba28e38b0aa8db44e57.zip
Implement a CUnit-based runner for unit tests. Copy and adapt (actual unit)
tests from unit-tests/*/*_t.c (now under test/unit). The valgrind/pool test is missing, since it's not really a unit test and probably not too valuable either. Available via "make unit" (and if --enable-testing was passed to configure, also executed by make check).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 654685ff..bd51a198 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -79,7 +79,7 @@ all: cscope.out
endif
DISTCLEAN_TARGETS += cscope.out
-check check_cluster check_local: all
+check check_cluster check_local unit: all
$(MAKE) -C test $(@)
install_system_dirs: