util-linux/tests
Karel Zak 0f0584addc tests: add simple helper that returns info about system
usage: tests/helpers/mnt_test_sysinfo <infoname>

Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-04 14:53:19 +01:00
..
expected ipcs: fix typo in Semaphore headers 2007-01-04 14:45:48 +01:00
helpers tests: add simple helper that returns info about system 2007-01-04 14:53:19 +01:00
Makefile.am tests: add simple helper that returns info about system 2007-01-04 14:53:19 +01:00
README tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00
commands.sh.in tests: add simple helper that returns info about system 2007-01-04 14:53:19 +01:00
functions.sh ipcs: add regression test for output headers 2007-01-04 14:41:29 +01:00
run.sh ipcs: add regression test for output headers 2007-01-04 14:41:29 +01:00
ts-ipcs-headers ipcs: add regression test for output headers 2007-01-04 14:41:29 +01:00
ts-mount-paths tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +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

 Run one tests:

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