]> sourceware.org Git - lvm2.git/commit
Add testing framework, along with first few tests.
authorJim Meyering <jim@meyering.net>
Tue, 18 Sep 2007 14:00:42 +0000 (14:00 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Sep 2007 14:00:42 +0000 (14:00 +0000)
commitf0f8fbc62378bcabb15196f9f425d1ed4e10dc14
tree0db9155cf1fc989fd13846350a6b36173ee724b6
parent78ecdf8d658c7b805b37f90a5ee3e432c09e5aed
Add testing framework, along with first few tests.

* Makefile.in (check): New target.
* configure.in (AC_CONFIG_FILES): Add test/Makefile.
* configure: Regenerate.
* test/.gitignore: New file.
* test/Makefile.in: New file.
* test/lvm-utils.sh: New script.
* test/mkdtemp (die, rand_bytes, mkdtemp): New script.
* test/t0000-basic.sh: New tests.
* test/t3000-lvcreate-pvtags.sh: New, failing test.
Derived from a script by Jun'ichi Nomura.
* test/t4000-pv-range-overflow.sh: New test.
* test/test-lib.sh: Testing framework, based on the one from git.

Author: Jim Meyering <jim@meyering.net>
Makefile.in
configure
configure.in
test/.gitignore [new file with mode: 0644]
test/Makefile.in [new file with mode: 0644]
test/lvm-utils.sh [new file with mode: 0644]
test/mkdtemp [new file with mode: 0755]
test/t0000-basic.sh [new file with mode: 0755]
test/t3000-lvcreate-pvtags.sh [new file with mode: 0755]
test/t4000-pv-range-overflow.sh [new file with mode: 0755]
test/test-lib.sh [new file with mode: 0755]
This page took 0.040407 seconds and 5 git commands to generate.