util-linux/tests
Karel Zak cd2ac5b959 tests: update lscpu tests
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-07-27 23:41:10 +02:00
..
expected tests: update lscpu tests 2011-07-27 23:41:10 +02:00
helpers md5: use symbolical digest length 2011-07-21 23:56:48 +02:00
ts tests: add -o remount to libmount tests 2011-07-25 15:54:28 +02: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 build-sys: use top-level directory for libblkid rather than shlibs/blkid 2011-06-09 22:04:24 +02: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.