summaryrefslogtreecommitdiffstats
path: root/test/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Remove redundant test dir entryAlasdair G Kergon2012-06-081-1/+0
|
* Add testing framework, along with first few tests.Jim Meyering2007-09-181-0/+4
* 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>