util-linux/tests
Karel Zak a4a1918590 tests: update GPT test
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-03-11 16:21:20 +01:00
..
expected tests: update GPT test 2011-03-11 16:21:20 +01:00
helpers build-sys: use WORDS_BIGENDIAN to determine platform byte-order 2011-01-17 15:34:45 +01:00
ts tests: update libmount tests (add optstr output) 2011-02-23 00:22:00 +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: fix strtosize() test 2011-01-03 12:28:48 +01:00
functions.sh tests: improve libmount context mount and umount test 2011-01-03 12:28:46 +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.