util-linux/tests
Davidlohr Bueso 9894961bf9 tests: add regression tests
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-09 22:56:55 +01:00
..
expected tests: add regression tests 2010-12-09 22:56:55 +01:00
helpers rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
ts tests: add regression tests 2010-12-09 22:56:55 +01:00
.gitignore build-sys: ignore a bunch of generated files, mostly binaries 2008-04-14 14:08:00 +02:00
Makefile.am tests: remove obsolete stuff from Makefile.am 2009-02-20 13:10:24 +01:00
README docs: update tests/README 2010-03-31 17:19:13 +02:00
commands.sh.in tests: add regression tests 2010-12-09 22:56:55 +01:00
functions.sh rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
run.sh remove -ng from some files 2010-12-01 22:06:15 +01:00

README

 util-linux regression tests
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~

 It's expected that for each invasive change or important bugfix you will
 include a test to your patch.


 Run all tests:

	./run.sh [--verbose]

 Run subset of tests:

	./run.sh <test_directory-name>

        for example:

              ./run.sh blkid
              ./run.sh fdisk



 *** WARNING ***

 The tests touch your /etc/fstab. Please, be careful and use
 these tests only for development and never on production system.