summaryrefslogtreecommitdiff
path: root/test/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-18 14:00:42 +0000
committerJim Meyering <jim@meyering.net>2007-09-18 14:00:42 +0000
commitf0f8fbc62378bcabb15196f9f425d1ed4e10dc14 (patch)
tree0db9155cf1fc989fd13846350a6b36173ee724b6 /test/.gitignore
parent78ecdf8d658c7b805b37f90a5ee3e432c09e5aed (diff)
downloadlvm2-f0f8fbc62378bcabb15196f9f425d1ed4e10dc14.tar.gz
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>
Diffstat (limited to 'test/.gitignore')
-rw-r--r--test/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 000000000..2351bfc53
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,4 @@
+.bin-dir-stamp
+Makefile
+bin
+init.sh