util-linux/tests
Zdenek Behan 66723dfd8a fdisk: add regression test listing empty/nonsense images
Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-11-02 10:10:18 +01:00
..
expected fdisk: add regression test listing empty/nonsense images 2009-11-02 10:10:18 +01:00
helpers include: clean up _PATH_DEV_* macros 2009-06-30 01:13:42 +02:00
ts fdisk: add regression test listing empty/nonsense images 2009-11-02 10:10:18 +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 tests: cleanup blkid cache after test device deinitialization 2007-05-25 14:53:22 +02:00
commands.sh.in tests: swapon workaround for libtool wrapper 2009-10-13 15:37:49 +02:00
functions.sh tests: swapon workaround for libtool wrapper 2009-10-13 15:37:49 +02:00
run.sh tests: fix -regex in run.sh 2009-04-29 15:51:32 +02: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 one tests:

	./ts-<component_name>-<test_name>.sh [--verbose]



 *** WARNING ***

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