1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/test
Jim Meyering f0f8fbc623 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>
2007-09-18 14:00:42 +00:00
..
.gitignore Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
lvm-utils.sh Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
Makefile.in Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
mkdtemp Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
t0000-basic.sh Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
t3000-lvcreate-pvtags.sh Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
t4000-pv-range-overflow.sh Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00
test-lib.sh Add testing framework, along with first few tests. 2007-09-18 14:00:42 +00:00