]> sourceware.org Git - lvm2.git/commit
Implement a CUnit-based runner for unit tests. Copy and adapt (actual unit)
authorPetr Rockai <prockai@redhat.com>
Sun, 20 Nov 2011 21:43:20 +0000 (21:43 +0000)
committerPetr Rockai <prockai@redhat.com>
Sun, 20 Nov 2011 21:43:20 +0000 (21:43 +0000)
commitd4fed28523c2a0229bf7dba28e38b0aa8db44e57
tree53b5d58d9c3769d88e02970167a675754e726ef5
parentbf75c304934aa594c5967dc3e5df8b3ecb30f748
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).
Makefile.in
configure.in
test/Makefile.in
test/unit/Makefile.in [new file with mode: 0644]
test/unit/bitset_t.c [new file with mode: 0644]
test/unit/matcher_data.h [new file with mode: 0644]
test/unit/matcher_t.c [new file with mode: 0644]
test/unit/run.c [new file with mode: 0644]
This page took 0.03807 seconds and 5 git commands to generate.