summaryrefslogtreecommitdiffstats
path: root/configure.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 /configure.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 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e06390a7..eccd44f2 100644
--- a/configure.in
+++ b/configure.in
@@ -1450,6 +1450,7 @@ scripts/lvm2_monitoring_systemd_red_hat.service
scripts/Makefile
test/Makefile
test/api/Makefile
+test/unit/Makefile
tools/Makefile
udev/Makefile
unit-tests/datastruct/Makefile