util-linux/tests
Karel Zak aaf2f7233c tests: "if [...]" clean up
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-05-18 15:00:22 +02:00
..
expected tests: add swapon by devname test 2007-05-18 14:00:21 +02:00
helpers tests: add missing header 2007-04-04 12:43:39 +02:00
input col: getwchar() errors shouldn't be hidden 2007-01-30 13:52:48 +01:00
.gitignore build-sys: amend .gitignore 2007-05-16 11:43:30 +02:00
Makefile.am build-sys: do not use wildcards in EXTRA_DIST 2007-05-16 11:43:30 +02:00
README tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00
commands.sh.in tests: add functions for label, uuid and fstype detection 2007-05-18 13:09:12 +02:00
functions.sh tests: simplify devices usage 2007-05-18 13:49:15 +02:00
run.sh tests: add return code 2007-01-28 01:24:15 +01:00
ts-col-multibyte tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-cramfs-mkfs tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-hwclock-systohc tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-ipcs-headers tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-ipcs-limits tests: code refactoring -- new ts_skip_nonroot function 2007-05-18 13:09:12 +02:00
ts-ipcs-limits2 ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-ipcs.sh ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-login-checktty tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-look-separator tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-mount-move tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-mount-mtablock tests: code refactoring -- new ts_skip_nonroot function 2007-05-18 13:09:12 +02:00
ts-mount-paths tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00
ts-mount-remount tests: simplify devices usage 2007-05-18 13:49:15 +02:00
ts-mount-special tests: "if [...]" clean up 2007-05-18 15:00:22 +02:00
ts-namei-logic namei: new regression test 2007-01-31 16:45:01 +01:00
ts-swapon-devname tests: add swapon by devname test 2007-05-18 14:00:21 +02:00
ts-swapon-label tests: simplify devices usage 2007-05-18 13:49:15 +02:00
ts-swapon-uuid tests: add swapon by UUID test 2007-05-18 13:54:43 +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

 Run one tests:

	./ts-<component_name>-<test_name>.sh